diff options
author | Keith Packard <keithp@keithp.com> | 2009-06-14 16:39:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-06-14 16:39:28 -0700 |
commit | 5834a12c1d3d71105c9e3d1ceaf9f3ffac9ff1eb (patch) | |
tree | 37da562b79b9508b8399854ce19ec41a10ddc155 /src/ao_report.c | |
parent | 8c40f19acd09fe93d492c9355da8a1198c34b1c3 (diff) |
rename states. launchpad -> pad, coast -> fast
Diffstat (limited to 'src/ao_report.c')
-rw-r--r-- | src/ao_report.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ao_report.c b/src/ao_report.c index e52b2928..8885ea4e 100644 --- a/src/ao_report.c +++ b/src/ao_report.c @@ -20,9 +20,9 @@ static const char * __xdata flight_reports[] = { "...", /* startup, 'S' */ "..", /* idle 'I' */ - ".--.", /* launchpad 'P' */ + ".--.", /* pad 'P' */ "-...", /* boost 'B' */ - "-.-.", /* coast 'C' */ + "..-.", /* fast 'F' */ ".-", /* apogee 'A' */ "-..", /* drogue 'D' */ "--", /* main 'M' */ |