altos: Disable debug printfs and fix pad ignite time for telefire
[fw/altos] / src / drivers / ao_pad.c
index cd901aa3014d5f6c14e0b2a74df99314f2af8d25..e47859a5f60880c1bb2a370634895ed7b17c8fa7 100644 (file)
@@ -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