diff options
author | Keith Packard <keithp@keithp.com> | 2011-06-22 12:26:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-06-27 19:16:42 -0700 |
commit | 0e67b6890dd3a06665239f8dfd2e69266d055e46 (patch) | |
tree | 8baa7f8b8f18cc6b558590efcd7d1642804228a7 /src/ao_radio.c | |
parent | dc0b49dcbaa2d0a69e002c151337b6e9fd3060d9 (diff) |
altos: Rename telemetry to telemetry_orig
This makes room to create a new multi-packet telemetry format without
changing anything yet.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_radio.c')
-rw-r--r-- | src/ao_radio.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ao_radio.c b/src/ao_radio.c index b5a67b99..01974ba1 100644 --- a/src/ao_radio.c +++ b/src/ao_radio.c @@ -161,8 +161,6 @@ static __code uint8_t radio_setup[] = { RF_SYNC0_OFF, 0x91, /* max packet length */ - RF_PKTLEN_OFF, sizeof (struct ao_telemetry), - RF_PKTCTRL1_OFF, ((1 << PKTCTRL1_PQT_SHIFT)| PKTCTRL1_APPEND_STATUS| PKTCTRL1_ADR_CHK_NONE), @@ -233,7 +231,6 @@ static __code uint8_t fixed_pkt_setup[] = { (DEVIATION_M << RF_DEVIATN_DEVIATION_M_SHIFT)), /* max packet length -- now set inline */ - // RF_PKTLEN_OFF, sizeof (struct ao_telemetry), RF_PKTCTRL1_OFF, ((1 << PKTCTRL1_PQT_SHIFT)| PKTCTRL1_APPEND_STATUS| PKTCTRL1_ADR_CHK_NONE), |