altos: Fix up APRS packet sending code in cc1120 driver
authorKeith Packard <keithp@keithp.com>
Fri, 7 Dec 2012 18:15:25 +0000 (10:15 -0800)
committerKeith Packard <keithp@keithp.com>
Fri, 7 Dec 2012 18:15:25 +0000 (10:15 -0800)
commitf8a704268f0978a39b9c7983e049ef55914f7280
treea547980b766e96a951ee9299c1a972ba2a170923
parent748e42ebf1dfb1efd5dec6ddd93f5c7aeedeb01d
altos: Fix up APRS packet sending code in cc1120 driver

This fixes the FIFO management, ensuring that the data are streamed
into the radio fast enough to keep the packet continuous. Sounds like
it works, but testing with an actual APRS receiver is required.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_cc1120.c