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:
Jonathan Gordon 2008-04-27 13:38:24 +00:00
parent 18b004b330
commit 8d7bd0a940

View file

@ -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);
}