X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=ao_monitor.c;h=845b63bf624840e0ea4914fc7f98d0fec0fe87d9;hb=8e62747b3692d0ac75b08eaf5c3e4b5d766be6ad;hp=3db5e42d8a5563c64af6cdc63b19a5c1eaaa75ee;hpb=306b28f632e21b42ab165e7944283cf9764b590e;p=fw%2Faltos 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)); } }