summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index a0651be4f3..6243607264 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -690,7 +690,11 @@ const struct settings_list settings[] = {
690#ifdef HAVE_LCD_BITMAP 690#ifdef HAVE_LCD_BITMAP
691 FILENAME_SETTING(0,kbd_file,"kbd","",ROCKBOX_DIR "/",".kbd",MAX_FILENAME+1), 691 FILENAME_SETTING(0,kbd_file,"kbd","",ROCKBOX_DIR "/",".kbd",MAX_FILENAME+1),
692#endif 692#endif
693 693#ifdef HAVE_USB_POWER
694#ifdef CONFIG_CHARGING
695 OFFON_SETTING(0,usb_charging,LANG_USB_CHARGING,false,"usb charging",NULL),
696#endif
697#endif
694}; 698};
695 699
696const int nb_settings = sizeof(settings)/sizeof(*settings); 700const int nb_settings = sizeof(settings)/sizeof(*settings);