From 1d8579f973bfe1047ee91f03555e74abdc483e69 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 7 Mar 2011 16:31:43 -0800 Subject: [PATCH 1/1] altos: oops -- altitude reporting wasn't pausing between signals need to actually alternate the LED/tone with some space so you can count. Signed-off-by: Keith Packard --- src/ao_report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ao_report.c b/src/ao_report.c index 4646fb09..3223390f 100644 --- a/src/ao_report.c +++ b/src/ao_report.c @@ -78,7 +78,7 @@ ao_report_digit(uint8_t digit) __reentrant } else { while (digit--) { mid(AO_MS_TO_TICKS(200)); - mid(AO_MS_TO_TICKS(200)); + pause(AO_MS_TO_TICKS(200)); } } pause(AO_MS_TO_TICKS(300)); -- 2.30.2