Просмотр исходного кода

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

Willy-JL 9 месяцев назад
Родитель
Сommit
86993bbb15
2 измененных файлов с 3 добавлено и 2 удалено
  1. 1 1
      gpio_reader_b/.gitsubtree
  2. 2 1
      gpio_reader_b/usb_uart_bridge.c

+ 1 - 1
gpio_reader_b/.gitsubtree

@@ -1,2 +1,2 @@
-https://github.com/xMasterX/all-the-plugins dev non_catalog_apps/flipperzero_gpioreader 17bec3e26b8250c59acebd4fa52b6b08f68152d7
+https://github.com/xMasterX/all-the-plugins dev non_catalog_apps/flipperzero_gpioreader e4bf49882c5f590746e35583d821a926c757d9e7
 https://github.com/biotinker/flipperzero-gpioreader main /
 https://github.com/biotinker/flipperzero-gpioreader main /

+ 2 - 1
gpio_reader_b/usb_uart_bridge.c

@@ -4,7 +4,8 @@
 #include "usb_cdc.h"
 #include "usb_cdc.h"
 #include "cli/cli_vcp.h"
 #include "cli/cli_vcp.h"
 #include <toolbox/api_lock.h>
 #include <toolbox/api_lock.h>
-#include "cli/cli.h"
+#include <toolbox/cli/cli_command.h>
+#include <cli/cli_main_commands.h>
 
 
 #define USB_CDC_PKT_LEN      CDC_DATA_SZ
 #define USB_CDC_PKT_LEN      CDC_DATA_SZ
 #define USB_UART_RX_BUF_SIZE (USB_CDC_PKT_LEN * 5)
 #define USB_UART_RX_BUF_SIZE (USB_CDC_PKT_LEN * 5)