altos/cc1200: With PQT wide open, we can't use PQT_REACHED for start
authorKeith Packard <keithp@keithp.com>
Mon, 24 Nov 2014 02:56:40 +0000 (18:56 -0800)
committerKeith Packard <keithp@keithp.com>
Mon, 24 Nov 2014 02:56:40 +0000 (18:56 -0800)
commitb6462ca3a7e99fe390ec97f94c23d36fab8c294d
treea333f7e15cbef83ad97d81a57974c9cbcda4a238
parent0e3eeaf59688dac92eb3a27d589923126cb34e00
altos/cc1200: With PQT wide open, we can't use PQT_REACHED for start

Because we're allowing even signals only weakly correlated with the
preamble through to sync detection, we can't use the PQT_REACHED
symbol to tell when a packet header has been seen. Instead, just look
for SYNC_FOUND.

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