remove the last mr500 yello
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17258 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
18b004b330
commit
8d7bd0a940
1 changed files with 1 additions and 1 deletions
|
@ -62,6 +62,6 @@ void tsc2100_writereg(int page, int address, short value)
|
|||
void tsc2100_keyclick(void)
|
||||
{
|
||||
// 1100 0100 0001 0000
|
||||
short val = 0xC410;
|
||||
//short val = 0xC410;
|
||||
tsc2100_writereg(TSAC2_PAGE, TSAC2_ADDRESS, tsc2100_readreg(TSAC2_PAGE, TSAC2_ADDRESS)&0x8000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue