mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
components/bt: Shutdown Bluetooth before esp_restart.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#define SHUTDOWN_HANDLERS_NO 3
|
||||
#define SHUTDOWN_HANDLERS_NO 4
|
||||
static shutdown_handler_t shutdown_handlers[SHUTDOWN_HANDLERS_NO];
|
||||
|
||||
esp_err_t esp_register_shutdown_handler(shutdown_handler_t handler)
|
||||
|
Reference in New Issue
Block a user