Header fix for Toggle driver
This commit is contained in:
parent
c0f68cd748
commit
d503f3a4ac
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
||||||
// Get the hardware definitions - Number of instances etc.
|
// Get the hardware definitions - Number of instances etc.
|
||||||
#include "ginput_lld_toggle_config.h"
|
#include "ginput_lld_toggle_config.h"
|
||||||
|
|
||||||
|
#ifndef GINPUT_TOGGLE_POLL_PERIOD
|
||||||
|
#define GINPUT_TOGGLE_POLL_PERIOD 200
|
||||||
|
#endif
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
/* Type definitions */
|
/* Type definitions */
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue