Explorar el Código

Merge avr_isp from https://github.com/xMasterX/all-the-plugins

Willy-JL hace 9 meses
padre
commit
6cf116525d
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 1 1
      avr_isp/.gitsubtree
  2. 2 1
      avr_isp/helpers/avr_isp_worker.c

+ 1 - 1
avr_isp/.gitsubtree

@@ -1,2 +1,2 @@
-https://github.com/xMasterX/all-the-plugins dev base_pack/avr_isp_programmer 17bec3e26b8250c59acebd4fa52b6b08f68152d7
+https://github.com/xMasterX/all-the-plugins dev base_pack/avr_isp_programmer e4bf49882c5f590746e35583d821a926c757d9e7
 https://github.com/flipperdevices/flipperzero-good-faps dev avr_isp_programmer b791dea234f855155027bb46215dc60f3ddeb243

+ 2 - 1
avr_isp/helpers/avr_isp_worker.c

@@ -36,7 +36,8 @@ struct AvrIspWorker {
 //########################/* VCP CDC */#############################################
 #include "usb_cdc.h"
 #include <cli/cli_vcp.h>
-#include <cli/cli.h>
+#include <toolbox/cli/cli_command.h>
+#include <cli/cli_main_commands.h>
 #include <furi_hal_usb_cdc.h>
 
 #define AVR_ISP_VCP_CDC_CH           1