Update #define BT_CONTROLLER_INIT_CONFIG_DEFAULT().

Corrects header names in string from "bt.h" to "esp_bt.h".
pull/10244/head
Evan Neidler 2022-10-03 14:01:27 -04:00 zatwierdzone przez Jin Cheng
rodzic 755ce1077d
commit 1f2e831ad2
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -186,7 +186,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
/**

Wyświetl plik

@ -184,7 +184,7 @@ typedef void (* esp_bt_hci_tl_callback_t) (void *arg, uint8_t status);
}
#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
/**

Wyświetl plik

@ -183,7 +183,7 @@ typedef void (* esp_bt_hci_tl_callback_t) (void *arg, uint8_t status);
}
#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
/**