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

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

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

+ 1 - 1
swd_probe/.gitsubtree

@@ -1,2 +1,2 @@
-https://github.com/xMasterX/all-the-plugins dev base_pack/swd_probe 17bec3e26b8250c59acebd4fa52b6b08f68152d7
+https://github.com/xMasterX/all-the-plugins dev base_pack/swd_probe e4bf49882c5f590746e35583d821a926c757d9e7
 https://github.com/g3gg0/flipper-swd_probe master /

+ 2 - 1
swd_probe/usb_uart.c

@@ -7,7 +7,8 @@
 #include "usb_cdc.h"
 #include "cli/cli_vcp.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_UART_RX_BUF_SIZE (USB_CDC_PKT_LEN * 5)