rename states. launchpad -> pad, coast -> fast
[fw/altos] / src / ao_report.c
index e52b29281a3a1d46d614fd8c282b294b6afc22cc..8885ea4e8b13f8196a7132247e6e47ec3c9b2cac 100644 (file)
@@ -20,9 +20,9 @@
 static const char * __xdata flight_reports[] = {
        "...",          /* startup, 'S' */
        "..",           /* idle 'I' */
 static const char * __xdata flight_reports[] = {
        "...",          /* startup, 'S' */
        "..",           /* idle 'I' */
-       ".--.",         /* launchpad 'P' */
+       ".--.",         /* pad 'P' */
        "-...",         /* boost 'B' */
        "-...",         /* boost 'B' */
-       "-.-.",         /* coast 'C' */
+       "..-.",         /* fast 'F' */
        ".-",           /* apogee 'A' */
        "-..",          /* drogue 'D' */
        "--",           /* main 'M' */
        ".-",           /* apogee 'A' */
        "-..",          /* drogue 'D' */
        "--",           /* main 'M' */