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.
This commit is contained in:
Peter Harper 2024-06-10 16:03:09 +01:00 committed by GitHub
parent 3ee062318f
commit a456964c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,7 @@
#include "pico/btstack_flash_bank.h"
#include "pico/flash.h"
#include "hardware/sync.h"
#include "hardware/flash.h"
#include <string.h>
// Check sizes