aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Hannam <andrewh@inmarket.com.au>2012-12-08 13:44:11 +1000
committerAndrew Hannam <andrewh@inmarket.com.au>2012-12-08 13:44:11 +1000
commitd503f3a4ac81198d3e9fb41179a20382d76cfcb8 (patch)
treefa79e231e96b1448102dae9fb213bc87314f5696
parentc0f68cd7483b13b76470c03efb389f916394dce2 (diff)
downloaduGFX-d503f3a4ac81198d3e9fb41179a20382d76cfcb8.tar.gz
uGFX-d503f3a4ac81198d3e9fb41179a20382d76cfcb8.tar.bz2
uGFX-d503f3a4ac81198d3e9fb41179a20382d76cfcb8.zip
Header fix for Toggle driver
-rw-r--r--include/ginput/toggle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ginput/toggle.h b/include/ginput/toggle.h
index 2dce9726..f0bbf203 100644
--- a/include/ginput/toggle.h
+++ b/include/ginput/toggle.h
@@ -36,6 +36,10 @@
// Get the hardware definitions - Number of instances etc.
#include "ginput_lld_toggle_config.h"
+#ifndef GINPUT_TOGGLE_POLL_PERIOD
+ #define GINPUT_TOGGLE_POLL_PERIOD 200
+#endif
+
/*===========================================================================*/
/* Type definitions */
/*===========================================================================*/