Rename state apogee -> coast
[fw/altos] / src / ao_report.c
index e52b29281a3a1d46d614fd8c282b294b6afc22cc..14eaf428e94a9f152d9c3dfdd631eae540715844 100644 (file)
 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' */
+       "..-.",         /* fast 'F' */
        "-.-.",         /* coast 'C' */
        "-.-.",         /* coast 'C' */
-       ".-",           /* apogee 'A' */
        "-..",          /* drogue 'D' */
        "--",           /* main 'M' */
        ".-..",         /* landed 'L' */
        "-..",          /* drogue 'D' */
        "--",           /* main 'M' */
        ".-..",         /* landed 'L' */