Skip to content

Commit e44b9d2

Browse files
Include needed definitions on RP2040
1 parent b8af853 commit e44b9d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cores/rp2040/flash_wrapper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1919
*/
2020

21+
#include <hardware/flash.h>
22+
2123
#ifdef PICO_RP2350
2224
#include <hardware/structs/qmi.h>
2325
#endif

0 commit comments

Comments
 (0)