Add PM3 command includes and fix function closing

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
Niel Nielsen
2026-08-27 20:03:15 +02:00
committed by Philippe Teuwen
parent 0fd8f8ea36
commit b60f5e2ac8
+1
View File
@@ -4,6 +4,7 @@
#include "bwm_wifi.h"
#include "bwm_uart_at32.h" // bwm_uart_write / bwm_uart_rx_available / bwm_uart_read
#include "bwm_forward.h" // app_com header bytes + BWM_CMD_* forward codes
#include "pm3_cmd.h" // PM3_SUCCESS / PM3_ETIMEOUT / PM3_EFAILED / PM3_EOVFLOW
#include "ticks_apis.h" // GetTickCount / GetTickCountDelta
#include "dbprint.h"
#include "string.h"