summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-30 16:14:57 -0500
committerKeith Packard <keithp@keithp.com>2012-08-30 16:14:57 -0500
commit72d44d14aefcb754b871835aec8d265771357212 (patch)
tree93484cf1300565f0dfbe0c7591dc8f5098372a74 /src
parent583458772746317b98fced907ec780edff465888 (diff)
altos: Disable debug printfs and fix pad ignite time for telefire
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/drivers/ao_pad.c2
-rw-r--r--src/drivers/ao_pad.h2
2 files changed, 2 insertions, 2 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
diff --git a/src/drivers/ao_pad.h b/src/drivers/ao_pad.h
index 3b0cf1fe..ae4f3db4 100644
--- a/src/drivers/ao_pad.h
+++ b/src/drivers/ao_pad.h
@@ -50,7 +50,7 @@ struct ao_pad_query {
*/
#define AO_PAD_FIRE 3
-#define AO_PAD_FIRE_TIME AO_MS_TO_TICKS(1000)
+#define AO_PAD_FIRE_TIME AO_MS_TO_TICKS(250)
#define AO_PAD_ARM_STATUS_DISARMED 0
#define AO_PAD_ARM_STATUS_ARMED 1