Added ifndef to allow overriding of default defines.

This commit is contained in:
skarg
2010-09-23 14:25:23 +00:00
parent 8098100483
commit d84243914b
2 changed files with 6 additions and 0 deletions
@@ -33,7 +33,9 @@ static uint8_t Address_Switch;
static uint8_t Buttons;
static struct itimer Debounce_Timer;
#ifndef BDK_V1_HACK
#define BDK_V1_HACK 0
#endif
#if BDK_V1_HACK
/* version 1 BDK workaournd for floating inputs */