Restore Bluetooth TLV on Pico2/RPiWiFi boards (#2753)

This commit is contained in:
Earle F. Philhower, III 2025-01-13 17:38:51 -08:00 committed by GitHub
parent 8caa590f5c
commit 83b8d122d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>