summaryrefslogtreecommitdiff
path: root/apps/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.h')
-rw-r--r--apps/settings.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/settings.h b/apps/settings.h
index be83689368..f79fb9d09e 100644
--- a/apps/settings.h
+++ b/apps/settings.h
@@ -684,11 +684,9 @@ struct user_settings
684 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */ 684 unsigned char kbd_file[MAX_FILENAME+1]; /* last keyboard */
685#endif 685#endif
686 686
687#ifdef HAVE_USB_POWER 687#ifdef HAVE_USB_CHARGING_ENABLE
688#if CONFIG_CHARGING
689 bool usb_charging; 688 bool usb_charging;
690#endif 689#endif
691#endif
692 690
693 bool hold_lr_for_scroll_in_list; /* hold L/R scrolls the list left/right */ 691 bool hold_lr_for_scroll_in_list; /* hold L/R scrolls the list left/right */
694#ifdef HAVE_LCD_BITMAP 692#ifdef HAVE_LCD_BITMAP