diff options
Diffstat (limited to 'src/drivers/ao_pad.c')
-rw-r--r-- | src/drivers/ao_pad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_pad.c b/src/drivers/ao_pad.c index cd901aa3..e47859a5 100644 --- a/src/drivers/ao_pad.c +++ b/src/drivers/ao_pad.c @@ -24,7 +24,7 @@ static __xdata uint8_t ao_pad_ignite; static __xdata struct ao_pad_command command; static __xdata struct ao_pad_query query; -#if 1 +#if 0 #define PRINTD(...) printf(__VA_ARGS__) #define FLUSHD() flush() #else |