diff options
Diffstat (limited to 'src/ao_report.c')
-rw-r--r-- | src/ao_report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_report.c b/src/ao_report.c index 8885ea4e..14eaf428 100644 --- a/src/ao_report.c +++ b/src/ao_report.c @@ -23,7 +23,7 @@ static const char * __xdata flight_reports[] = { ".--.", /* pad 'P' */ "-...", /* boost 'B' */ "..-.", /* fast 'F' */ - ".-", /* apogee 'A' */ + "-.-.", /* coast 'C' */ "-..", /* drogue 'D' */ "--", /* main 'M' */ ".-..", /* landed 'L' */ |