Skip to content

Commit 58e253c

Browse files
authored
Fix implicit declaration warning (#2093)
pico-sdk/src/rp2_common/pico_flash/flash.c:155:33: warning: implicit declaration of function 'make_timeout_time_ms' pico-sdk/src/rp2_common/pico_flash/flash.c:156:77: warning: implicit declaration of function 'time_reached'
1 parent 5f607a9 commit 58e253c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rp2_common/pico_flash/flash.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
1010
#include "pico/multicore.h"
1111
#endif
12+
#include "pico/time.h"
1213
#if PICO_FLASH_SAFE_EXECUTE_SUPPORT_FREERTOS_SMP
1314
#include "FreeRTOS.h"
1415
#include "task.h"

0 commit comments

Comments
 (0)