From 7a20c79b15874d07d56aeb312a9bfb6baad0def3 Mon Sep 17 00:00:00 2001 From: Tectu Date: Mon, 9 Jul 2012 00:13:37 +0200 Subject: [PATCH] cleanup --- touchpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/touchpad.c b/touchpad.c index 4829ed4a..fbfbc5b9 100644 --- a/touchpad.c +++ b/touchpad.c @@ -129,7 +129,7 @@ void tpCalibrate(void) { /* Abhishek: need to specify a font to use here, should probably make sure it exists somehow */ lcdDrawString(40, 10, "Touchpad Calibration", font_Larger, White, Red, solid); - for(i=0; i<2; i++) { + for(i = 0; i < 2; i++) { tpDrawCross(cross[i][0], cross[i][1]); while(!tpIRQ()); points[i][0] = tpReadRealX();