We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b27f13b commit d0f642eCopy full SHA for d0f642e
src/rp2_common/pico_flash/flash.c
@@ -5,7 +5,6 @@
5
*/
6
7
#include "pico/flash.h"
8
-#include "hardware/exception.h"
9
#include "hardware/sync.h"
10
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
11
#include "pico/multicore.h"
src/rp2_common/pico_flash/include/pico/flash.h
@@ -9,9 +9,6 @@
#include "pico.h"
12
-#include "hardware/flash.h"
13
-#include "pico/time.h"
14
-
15
/** \file pico/flash.h
16
* \defgroup pico_flash pico_flash
17
*
0 commit comments