mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-02-05 18:40:21 +00:00
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:
parent
3ee062318f
commit
a456964c19
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user