mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 18:40:21 +00:00
Remove unneeded includes from pico_flash. (#1699)
This commit is contained in:
parent
115eae7c66
commit
e84eedff32
@ -5,7 +5,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "pico/flash.h"
|
#include "pico/flash.h"
|
||||||
#include "hardware/exception.h"
|
|
||||||
#include "hardware/sync.h"
|
#include "hardware/sync.h"
|
||||||
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
|
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
|
||||||
#include "pico/multicore.h"
|
#include "pico/multicore.h"
|
||||||
|
@ -9,9 +9,6 @@
|
|||||||
|
|
||||||
#include "pico.h"
|
#include "pico.h"
|
||||||
|
|
||||||
#include "hardware/flash.h"
|
|
||||||
#include "pico/time.h"
|
|
||||||
|
|
||||||
/** \file pico/flash.h
|
/** \file pico/flash.h
|
||||||
* \defgroup pico_flash pico_flash
|
* \defgroup pico_flash pico_flash
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user