Header fix for Toggle driver

ugfx_release_2.6
Andrew Hannam 2012-12-08 13:44:11 +10:00
parent c0f68cd748
commit d503f3a4ac
1 changed files with 4 additions and 0 deletions

View File

@ -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 */
/*===========================================================================*/