altos: telelaunch doesn't need ao_radio_cmac_init
authorKeith Packard <keithp@keithp.com>
Fri, 24 Aug 2012 07:44:35 +0000 (00:44 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 24 Aug 2012 07:44:35 +0000 (00:44 -0700)
commit310c1d0bf83448eb12e5d64ac09a4279c25fd258
treef94e946a45e13491b86d343ee2731531d7e604f3
parent6581fa1641882198c870c2f7b1340794b9d47f29
altos: telelaunch doesn't need ao_radio_cmac_init

This function was used to initialize the LCO functions, which were
moved to ao_lco.c a few commits back, so ao_radio_cmac_init doesn't
even exist anymore.

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