summaryrefslogtreecommitdiff
path: root/src/ao_report.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_report.c')
-rw-r--r--src/ao_report.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ao_report.c b/src/ao_report.c
index 511b4f16..cc8b512b 100644
--- a/src/ao_report.c
+++ b/src/ao_report.c
@@ -128,6 +128,16 @@ ao_report_continuity(void) __reentrant
ao_beep_for(AO_BEEP_LOW, AO_MS_TO_TICKS(20));
}
}
+ if (ao_log_full()) {
+ pause(AO_MS_TO_TICKS(100));
+ c = 2;
+ while (c--) {
+ ao_beep_for(AO_BEEP_LOW, AO_MS_TO_TICKS(100));
+ ao_beep_for(AO_BEEP_MID, AO_MS_TO_TICKS(100));
+ ao_beep_for(AO_BEEP_HIGH, AO_MS_TO_TICKS(100));
+ ao_beep_for(AO_BEEP_MID, AO_MS_TO_TICKS(100));
+ }
+ }
c = 50;
while (c-- && ao_flight_state == ao_flight_pad)
pause(AO_MS_TO_TICKS(100));