Skip to content
Snippets Groups Projects
Unverified Commit a456964c authored by Peter Harper's avatar Peter Harper Committed by GitHub
Browse files

Fix btstack compilation (#1726)

hardware/flash.h has been removed from pico/flash.h in the fix
for #1699. This breaks btstack compilation. Let's fix it.
parent 3ee06231
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "pico/btstack_flash_bank.h" #include "pico/btstack_flash_bank.h"
#include "pico/flash.h" #include "pico/flash.h"
#include "hardware/sync.h" #include "hardware/sync.h"
#include "hardware/flash.h"
#include <string.h> #include <string.h>
// Check sizes // Check sizes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment