aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--touchpad.c2
1 files changed, 1 insertions, 1 deletions
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();