forked from len0rd/rockbox
Changed the cfg file option names for the trigger mode, and made OFF the default
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5805bc3bae
commit
c35f6a0676
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ static const struct bit_entry hd_bits[] =
|
|||
{4, S_O(rec_start_duration), 0, "trigger start duration", trig_durations_conf},
|
||||
{4, S_O(rec_stop_postrec), 2, "trigger stop postrec", trig_durations_conf},
|
||||
{4, S_O(rec_stop_gap), 1, "trigger min gap", trig_durations_conf},
|
||||
{4, S_O(rec_trigger_mode ), 1, "trigger mode", "off,no rearm,rearm"},
|
||||
{4, S_O(rec_trigger_mode ), 0, "trigger mode", "off,once,repeat"},
|
||||
#endif
|
||||
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue