Merge branch 'bugfix/update_ctrl_init_config_macro_v4.4' into 'release/v4.4'

Bugfix/update ctrl init config macro (v4.4)

See merge request espressif/esp-idf!20712
pull/10244/head
Jiang Jiang Jian 2022-11-09 17:56:42 +08:00
commit f57a4e51ce
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
/**