Too few bits were allocated for the talk_dir setting
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4794 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
94da3b5f1d
commit
6403f98567
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ static struct bit_entry hd_bits[] =
|
|||
{1, S_O(line_in), false, "line in", off_on },
|
||||
#endif
|
||||
/* voice */
|
||||
{2, S_O(talk_dir), 0, "talk dir", "off,number,spell,enter,hover" },
|
||||
{3, S_O(talk_dir), 0, "talk dir", "off,number,spell,enter,hover" },
|
||||
{2, S_O(talk_file), 0, "talk file", "off,number,spell" },
|
||||
{1, S_O(talk_menu), true, "talk menu", off_on },
|
||||
|
||||
|
|
Loading…
Reference in a new issue