diff options
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' */  | 
