summaryrefslogtreecommitdiff
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
parentdabcb81e1380aeab8e50a64efcc1dc4a59145094 (diff)
Change the default of accessory power supply to <true>.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17296 a1c6a512-1295-4272-9138-f99709370657
-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[] = {
#endif
#ifdef HAVE_ACCESSORY_SUPPLY
OFFON_SETTING(0, accessory_supply, LANG_ACCESSORY_SUPPLY,
- false, "accessory power supply", accessory_supply_set),
+ true, "accessory power supply", accessory_supply_set),
#endif
/* tuner */
#if CONFIG_TUNER