Replace ticks.h with ticks_apis.h in bwm_wifi.c

Signed-off-by: Niel Nielsen <nieldk@gmail.com>
This commit is contained in:
Niel Nielsen
2026-08-27 13:26:50 +02:00
committed by GitHub
parent 862341207c
commit d8aae194b6
+1 -1
View File
@@ -4,7 +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 "ticks.h" // GetTickCount / GetTickCountDelta
#include "ticks_apis.h" // GetTickCount / GetTickCountDelta
#include "dbprint.h"
#include "string.h"