Change the default of accessory power supply to <true>.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2008-05-01 13:36:21 +00:00
parent dabcb81e13
commit 59efebff1e

View file

@ -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