altos: Split out LCO functions from ao_radio_cmac.c to ao_lco.c
authorKeith Packard <keithp@keithp.com>
Fri, 24 Aug 2012 07:40:27 +0000 (00:40 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 24 Aug 2012 07:40:27 +0000 (00:40 -0700)
commit83e0d4352041b3964ea7a133b0f67da9ebaa1c77
tree56b9a4363769db8973181382ba91b734a269320a
parentc64999c39d6d9242f98bdc9312436c3333115bfd
altos: Split out LCO functions from ao_radio_cmac.c to ao_lco.c

These functions are not used in the telelaunch or telefire nodes, so
don't force them to be included.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_radio_cmac.c
src/drivers/ao_lco.c [new file with mode: 0644]
src/drivers/ao_lco.h [new file with mode: 0644]