Remove unneeded includes from pico_flash. (#1699)

This commit is contained in:
J 2024-06-04 20:59:59 -04:00 committed by GitHub
parent 115eae7c66
commit e84eedff32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 4 deletions

View File

@ -5,7 +5,6 @@
*/
#include "pico/flash.h"
#include "hardware/exception.h"
#include "hardware/sync.h"
#if PICO_FLASH_SAFE_EXECUTE_PICO_SUPPORT_MULTICORE_LOCKOUT
#include "pico/multicore.h"

View File

@ -9,9 +9,6 @@
#include "pico.h"
#include "hardware/flash.h"
#include "pico/time.h"
/** \file pico/flash.h
* \defgroup pico_flash pico_flash
*