Skip to content

Commit e84eedf

Browse files
authored
Remove unneeded includes from pico_flash. (#1699)
1 parent 115eae7 commit e84eedf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/rp2_common/pico_flash/flash.c

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
#include "pico/flash.h"
8-
#include "hardware/exception.h"
98
#include "hardware/sync.h"
109
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
1110
#include "pico/multicore.h"

src/rp2_common/pico_flash/include/pico/flash.h

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99

1010
#include "pico.h"
1111

12-
#include "hardware/flash.h"
13-
#include "pico/time.h"
14-
1512
/** \file pico/flash.h
1613
* \defgroup pico_flash pico_flash
1714
*

0 commit comments

Comments
 (0)