diff --git a/src/daemon.c b/src/daemon.c index 28913934c..b2f60f371 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -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){