mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-30 07:21:20 +00:00
avoid error for defined but unused preferences_changed_callback
This commit is contained in:
parent
3803bc4580
commit
160887e65d
@ -410,13 +410,13 @@ static void update_ui_status(void){
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef USE_SPRINGBOARD
|
||||
static void preferences_changed_callback(void){
|
||||
#ifdef USE_BLUETOOL
|
||||
int logging = platform_iphone_logging_enabled();
|
||||
log_info("Logging enabled: %u\n", logging);
|
||||
daemon_set_logging_enabled(logging);
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
static void deamon_status_event_handler(uint8_t *packet, uint16_t size){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user