diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-22 15:53:46 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-22 15:53:46 -0700 |
commit | 3703ecdc9e190f2e0b7ead0e71b78be881c1f3b7 (patch) | |
tree | 8d21c42ffd43041cdf3f84b7a4547c511b1ebe4c /ao_monitor.c | |
parent | 1fbb3c17672a03ea6318fee07f9c2dcd7a8d0b16 (diff) |
One line radio status
Diffstat (limited to 'ao_monitor.c')
-rw-r--r-- | ao_monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_monitor.c b/ao_monitor.c index 2cca3137..9a8038f8 100644 --- a/ao_monitor.c +++ b/ao_monitor.c @@ -49,7 +49,7 @@ ao_monitor(void) ao_state_names[state]); if (!(recv.status & PKT_APPEND_STATUS_1_CRC_OK)) printf("CRC INVALID "); - printf("%5u a: %d p: %d t: %d v: %d d: %d m: %d\n", + printf("%5u a: %d p: %d t: %d v: %d d: %d m: %d ", recv.telemetry.adc.tick, recv.telemetry.adc.accel, recv.telemetry.adc.pres, |