altos: Make cc1120 driver return false on recv timeout
authorKeith Packard <keithp@keithp.com>
Tue, 30 Apr 2013 07:05:33 +0000 (00:05 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 30 Apr 2013 07:05:33 +0000 (00:05 -0700)
commitef201c20a545e79a1b8aba69c433efc4d0774b9b
tree5a91a8f6b7fc75ccdb29261128ed1f3bfe1977db
parent0729a74897ea24f6033fdc56cf8b048b60814cca
altos: Make cc1120 driver return false on recv timeout

Was returning an uninitialized value, which was often not zero

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