mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-25 12:02:27 +00:00
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'
This commit is contained in:
parent
5f607a9829
commit
58e253ce04
@ -9,6 +9,7 @@
|
||||
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
|
||||
#include "pico/multicore.h"
|
||||
#endif
|
||||
#include "pico/time.h"
|
||||
#if PICO_FLASH_SAFE_EXECUTE_SUPPORT_FREERTOS_SMP
|
||||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user