Skip to content

Commit

Permalink
Restore Bluetooth TLV on Pico2/RPiWiFi boards (#2753)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Jan 14, 2025
1 parent 8caa590 commit 83b8d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cores/rp2040/sdkoverride/btstack_flash_bank.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SPDX-License-Identifier: BSD-3-Clause
*/

#if defined(ARDUINO_RASPBERRY_PI_PICO_W)
#if defined(PICO_CYW43_SUPPORTED)
#include <btstack.h>
#include <pico/btstack_flash_bank.h>
#include <hardware/flash.h>
Expand Down

0 comments on commit 83b8d12

Please sign in to comment.