X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_pad.c;h=e47859a5f60880c1bb2a370634895ed7b17c8fa7;hp=cd901aa3014d5f6c14e0b2a74df99314f2af8d25;hb=72d44d14aefcb754b871835aec8d265771357212;hpb=583458772746317b98fced907ec780edff465888 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