Skip to content

Commit

Permalink
Fix implicit declaration warning
Browse files Browse the repository at this point in the history
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'
  • Loading branch information
yh-sb committed Nov 24, 2024
1 parent efe2103 commit 73e6a2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rp2_common/pico_flash/flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 73e6a2c

Please sign in to comment.