From 3f27363753c49cea65f496249b57f37952017089 Mon Sep 17 00:00:00 2001 From: Jin Cheng Date: Fri, 21 Oct 2022 13:15:44 +0800 Subject: [PATCH] Corrects header names in string from "bt.h" to "esp_bt.h". --- components/bt/include/esp_bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/include/esp_bt.h b/components/bt/include/esp_bt.h index c87b4371e5..911f6b8b97 100644 --- a/components/bt/include/esp_bt.h +++ b/components/bt/include/esp_bt.h @@ -158,7 +158,7 @@ the adv packet will be discarded until the memory is restored. */ } #else -#define BT_CONTROLLER_INIT_CONFIG_DEFAULT() {0}; _Static_assert(0, "please enable bluetooth in menuconfig to use bt.h"); +#define BT_CONTROLLER_INIT_CONFIG_DEFAULT() {0}; _Static_assert(0, "please enable bluetooth in menuconfig to use esp_bt.h"); #endif /**