From bb2f66843c8d2033de71a2cb13dbbb854036536a Mon Sep 17 00:00:00 2001 From: Jin Cheng Date: Fri, 21 Oct 2022 13:14:38 +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 afbe25feb2..8fa490740e 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 /**