aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJoel Bodenmann <joel.bodenmann@hevs.ch>2012-11-09 01:04:27 +0100
committerJoel Bodenmann <joel.bodenmann@hevs.ch>2012-11-09 01:04:27 +0100
commit61d2238b259e140164a3d1f54d6144be24dcb08c (patch)
treeed7d5e925d8671c951ad238f37e20a1f2b7b42ff /include
parent3dd0b1a5af27fbc9a645f71616892977410bca1c (diff)
downloaduGFX-61d2238b259e140164a3d1f54d6144be24dcb08c.tar.gz
uGFX-61d2238b259e140164a3d1f54d6144be24dcb08c.tar.bz2
uGFX-61d2238b259e140164a3d1f54d6144be24dcb08c.zip
small cleanup
Diffstat (limited to 'include')
-rw-r--r--include/touchpad_lld.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/touchpad_lld.h b/include/touchpad_lld.h
index 20fdbf7f..20411198 100644
--- a/include/touchpad_lld.h
+++ b/include/touchpad_lld.h
@@ -53,6 +53,10 @@
#define TOUCHPAD_STORE_CALIBRATION FALSE
#endif
+#ifndef TOUCHPAD_VERIFY_CALIBRATION
+ #define TOUCHPAD_VERIFY_CALIBRATION FALSE
+#endif
+
#ifndef TOUCHPAD_HAS_IRQ
#define TOUCHPAD_HAS_IRQ FALSE
#endif