diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-30 16:14:57 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-30 16:14:57 -0500 |
commit | 72d44d14aefcb754b871835aec8d265771357212 (patch) | |
tree | 93484cf1300565f0dfbe0c7591dc8f5098372a74 /src/drivers/ao_pad.c | |
parent | 583458772746317b98fced907ec780edff465888 (diff) |
altos: Disable debug printfs and fix pad ignite time for telefire
Signed-off-by: Keith Packard <keithp@keithp.com>
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 |