fix typo in last commit...

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1790 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
chaos.proton@gmail.com 2011-11-08 09:19:41 +00:00
parent 93104fb4fc
commit 065c3fb834
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ void touch_timeout(void* parameter)
} touch_previous;
/* touch time is too short and we lost the position already. */
if ((!touch_down) && GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_0) != 0)
if ((!touched_down) && GPIO_ReadInputDataBit(GPIOB, GPIO_Pin_1) != 0)
return;
if (GPIO_ReadInputDataBit(GPIOB,GPIO_Pin_1) != 0)