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)
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

index 506431ded9245778734002f99c4b99ebc71ad820..b6e4bfc130c2b7243deb39e295e227618d1aa536 100644 (file)
@@ -39,7 +39,6 @@ main(void)
        ao_dbg_init();
 #endif
        ao_aes_init();
        ao_dbg_init();
 #endif
        ao_aes_init();
-       ao_radio_cmac_init();
        ao_launch_init();
        ao_config_init();
        ao_start_scheduler();
        ao_launch_init();
        ao_config_init();
        ao_start_scheduler();