summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2008-05-01 13:36:21 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2008-05-01 13:36:21 +0000
commit59efebff1e3352a1d28b633a6206d3120c8b1936 (patch)
tree4e9adb434f9b347c37161dfe4afb6108a370af53 /apps/settings_list.c
parentdabcb81e1380aeab8e50a64efcc1dc4a59145094 (diff)
downloadrockbox-59efebff1e3352a1d28b633a6206d3120c8b1936.tar.gz
rockbox-59efebff1e3352a1d28b633a6206d3120c8b1936.zip
Change the default of accessory power supply to <true>.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17296 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index d8b21541d4..78b73af149 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -514,7 +514,7 @@ const struct settings_list settings[] = {
514#endif 514#endif
515#ifdef HAVE_ACCESSORY_SUPPLY 515#ifdef HAVE_ACCESSORY_SUPPLY
516 OFFON_SETTING(0, accessory_supply, LANG_ACCESSORY_SUPPLY, 516 OFFON_SETTING(0, accessory_supply, LANG_ACCESSORY_SUPPLY,
517 false, "accessory power supply", accessory_supply_set), 517 true, "accessory power supply", accessory_supply_set),
518#endif 518#endif
519 /* tuner */ 519 /* tuner */
520#if CONFIG_TUNER 520#if CONFIG_TUNER