Skip to content

Commit

Permalink
Fix btstack compilation (#1726)
Browse files Browse the repository at this point in the history
hardware/flash.h has been removed from pico/flash.h in the fix
for #1699. This breaks btstack compilation. Let's fix it.
  • Loading branch information
peterharperuk authored Jun 10, 2024
1 parent 3ee0623 commit a456964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rp2_common/pico_btstack/btstack_flash_bank.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a456964

Please sign in to comment.