mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-12 15:47:14 +00:00
add callback for harware error event - intended for embedded systems and allows to reset the system
This commit is contained in:
parent
26767c8e10
commit
c68bdf905b
@ -65,4 +65,5 @@ typedef struct {
|
||||
|
||||
void (*register_for_power_notifications)(void (*cb)(POWER_NOTIFICATION_t event));
|
||||
|
||||
void (*hw_error)(void);
|
||||
} bt_control_t;
|
||||
|
Loading…
Reference in New Issue
Block a user