Skip to content

Commit

Permalink
Remove unneeded includes from pico_flash. (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguilar authored Jun 5, 2024
1 parent 115eae7 commit e84eedf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/rp2_common/pico_flash/flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions src/rp2_common/pico_flash/include/pico/flash.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@

#include "pico.h"

#include "hardware/flash.h"
#include "pico/time.h"

/** \file pico/flash.h
* \defgroup pico_flash pico_flash
*
Expand Down

0 comments on commit e84eedf

Please sign in to comment.