mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-16 08:32:36 -05:00
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
|
#endif
|
||||||
#ifdef HAVE_ACCESSORY_SUPPLY
|
#ifdef HAVE_ACCESSORY_SUPPLY
|
||||||
OFFON_SETTING(0, accessory_supply, LANG_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
|
#endif
|
||||||
/* tuner */
|
/* tuner */
|
||||||
#if CONFIG_TUNER
|
#if CONFIG_TUNER
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue