mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue