diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-24 00:44:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-24 00:44:35 -0700 |
commit | 310c1d0bf83448eb12e5d64ac09a4279c25fd258 (patch) | |
tree | f94e946a45e13491b86d343ee2731531d7e604f3 /src | |
parent | 6581fa1641882198c870c2f7b1340794b9d47f29 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/product/ao_telelaunch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/product/ao_telelaunch.c b/src/product/ao_telelaunch.c index 506431de..b6e4bfc1 100644 --- a/src/product/ao_telelaunch.c +++ b/src/product/ao_telelaunch.c @@ -39,7 +39,6 @@ main(void) ao_dbg_init(); #endif ao_aes_init(); - ao_radio_cmac_init(); ao_launch_init(); ao_config_init(); ao_start_scheduler(); |