summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/settings.h b/apps/settings.h
index 7b7f91abe0..e8db3289a1 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -611,6 +611,12 @@ struct user_settings
611 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */ 611 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */
612#endif 612#endif
613 613
614#ifdef HAVE_USB_POWER
615#ifdef CONFIG_CHARGING
616 bool usb_charging;
617#endif
618#endif
619
614#ifdef HAVE_WM8758 620#ifdef HAVE_WM8758
615 bool eq_hw_enabled; /* Enable hardware equalizer */ 621 bool eq_hw_enabled; /* Enable hardware equalizer */
616 622