From 2cd799a7a0bb8576e4459e817a0ed7d552fa18ee Mon Sep 17 00:00:00 2001 From: Peter Harper Date: Mon, 10 Jun 2024 11:47:04 +0100 Subject: [PATCH] Fix btstack compilation hardware/flash.h has been removed from pico/flash.h in the fix for --- src/rp2_common/pico_btstack/btstack_flash_bank.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rp2_common/pico_btstack/btstack_flash_bank.c b/src/rp2_common/pico_btstack/btstack_flash_bank.c index 9ed9c0228..54111ff74 100644 --- a/src/rp2_common/pico_btstack/btstack_flash_bank.c +++ b/src/rp2_common/pico_btstack/btstack_flash_bank.c @@ -7,6 +7,7 @@ #include "pico/btstack_flash_bank.h" #include "pico/flash.h" #include "hardware/sync.h" +#include "hardware/flash.h" #include // Check sizes