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:
parent
dabcb81e13
commit
59efebff1e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue