diff options
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 */
/*===========================================================================*/
|