diff options
author | wdenk | 2004-10-17 21:12:06 +0000 |
---|---|---|
committer | wdenk | 2004-10-17 21:12:06 +0000 |
commit | e86e5a07485bc0f33103004594a28882c028e7af (patch) | |
tree | b3f2496049f2e8f82676372d840bc10bf077de44 /board/trab/trab_fkt.c | |
parent | 8b74bf31fe57edfc502f94e905977304eac943ca (diff) |
Code cleanup for GCC-3.3.x compilers
Diffstat (limited to 'board/trab/trab_fkt.c')
-rw-r--r-- | board/trab/trab_fkt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/trab/trab_fkt.c b/board/trab/trab_fkt.c index f51a356da4a..abb3b29c8c9 100644 --- a/board/trab/trab_fkt.c +++ b/board/trab/trab_fkt.c @@ -35,7 +35,7 @@ * command do_touch is invoked and the touch is not pressed within an specific * interval. */ -#undef CONFIG_TOUCH_WAIT_PRESSED 1 +#undef CONFIG_TOUCH_WAIT_PRESSED /* max time to wait for touch is pressed */ #ifndef CONFIG_TOUCH_WAIT_PRESSED |