diff --git a/armsrc/bwm_wifi.c b/armsrc/bwm_wifi.c index f090cddf9..73936fed7 100644 --- a/armsrc/bwm_wifi.c +++ b/armsrc/bwm_wifi.c @@ -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"