summaryrefslogtreecommitdiff
path: root/ao_monitor.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-23 22:17:44 -0700
committerKeith Packard <keithp@keithp.com>2009-04-24 08:39:00 -0700
commitb32f2f0090ff967edac07ae4d7a9895ed0b96d31 (patch)
tree562b7c1ab3127686995dc19cc986fefa672f5c56 /ao_monitor.c
parentf155333ae18a25068644792e8940269d9fb28033 (diff)
Add igniters and update flight control algorithm
Diffstat (limited to 'ao_monitor.c')
-rw-r--r--ao_monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ao_monitor.c b/ao_monitor.c
index 3db5e42d..845b63bf 100644
--- a/ao_monitor.c
+++ b/ao_monitor.c
@@ -52,6 +52,7 @@ ao_monitor(void)
recv.telemetry.adc.sense_m);
ao_gps_print(&recv.telemetry.gps);
ao_usb_flush();
+ ao_led_for(AO_LED_GREEN, AO_MS_TO_TICKS(10));
}
}