mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-12 00:47:49 -04:00
Fix typo (and update the build table...)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16147 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
fa85aa8d97
commit
8a91c19f70
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ int button_read_device(void)
|
|||
{
|
||||
adc = adc_read(ADC_BUTTONS);
|
||||
|
||||
/* The following contains some abitrary, but working, guesswork */
|
||||
/* The following contains some arbitrary, but working, guesswork */
|
||||
if (adc < 0x038) {
|
||||
btn |= (BUTTON_MINUS | BUTTON_PLUS | BUTTON_MENU);
|
||||
} else if (adc < 0x048) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue