Corrects header names in string from "bt.h" to "esp_bt.h".

This commit is contained in:
Jin Cheng
2022-10-21 13:14:38 +08:00
parent eb8316394c
commit bb2f66843c

View File

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