diff options
author | Andrew Hannam <andrewh@inmarket.com.au> | 2012-12-08 13:44:11 +1000 |
---|---|---|
committer | Andrew Hannam <andrewh@inmarket.com.au> | 2012-12-08 13:44:11 +1000 |
commit | d503f3a4ac81198d3e9fb41179a20382d76cfcb8 (patch) | |
tree | fa79e231e96b1448102dae9fb213bc87314f5696 /include | |
parent | c0f68cd7483b13b76470c03efb389f916394dce2 (diff) | |
download | uGFX-d503f3a4ac81198d3e9fb41179a20382d76cfcb8.tar.gz uGFX-d503f3a4ac81198d3e9fb41179a20382d76cfcb8.tar.bz2 uGFX-d503f3a4ac81198d3e9fb41179a20382d76cfcb8.zip |
Header fix for Toggle driver
Diffstat (limited to 'include')
-rw-r--r-- | include/ginput/toggle.h | 4 |
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 */
/*===========================================================================*/
|