# Conflicts: # swd_probe/usb_uart.c
@@ -1,2 +1,2 @@
-https://github.com/xMasterX/all-the-plugins dev base_pack/swd_probe e4bf49882c5f590746e35583d821a926c757d9e7
+https://github.com/xMasterX/all-the-plugins dev base_pack/swd_probe 8b9d3e75faa8fbd1ed251476f2e7b410dd99a285
https://github.com/g3gg0/flipper-swd_probe master /
@@ -11,6 +11,6 @@ App(
fap_category="GPIO/Debug",
fap_icon_assets="icons",
fap_author="@g3gg0 & (fixes by @xMasterX)",
- fap_version="1.2",
+ fap_version="1.3",
fap_description="ARM SWD (Single Wire Debug) Probe",
)
@@ -7,7 +7,7 @@
#include "usb_cdc.h"
#include "cli/cli_vcp.h"
#include <toolbox/api_lock.h>
-#include "cli/cli.h"
+#include <cli/cli.h>
#define USB_CDC_PKT_LEN CDC_DATA_SZ
#define USB_UART_RX_BUF_SIZE (USB_CDC_PKT_LEN * 5)