From d503f3a4ac81198d3e9fb41179a20382d76cfcb8 Mon Sep 17 00:00:00 2001 From: Andrew Hannam Date: Sat, 8 Dec 2012 13:44:11 +1000 Subject: [PATCH] Header fix for Toggle driver --- include/ginput/toggle.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ /*===========================================================================*/