altos: Include the radio_cmac debug commands in telefire
authorKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 01:12:27 +0000 (18:12 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 06:00:23 +0000 (23:00 -0700)
Just temporary debugging

Signed-off-by: Keith Packard <keithp@keithp.com>
src/telefire-v0.1/Makefile
src/telefire-v0.1/ao_telefire.c

index cfa4b3ed37c8b9947520a869d929c23721fc763b..712b2e8b8bfb57d1925a174989d9b609b10e1264 100644 (file)
@@ -52,7 +52,8 @@ CC1111_SRC = \
 DRIVER_SRC = \
        ao_pca9922.c \
        ao_74hc497.c \
-       ao_pad.c
+       ao_pad.c \
+       ao_radio_cmac_cmd.c
 
 PRODUCT_SRC = \
        ao_telefire.c
index 210be08ba7ef6e883f4a34ff4d0f73846804ada7..cc0f668fc6b6374c663df8e25c5326b1bb6de20d 100644 (file)
@@ -18,6 +18,7 @@
 #include <ao.h>
 #include <ao_pad.h>
 #include <ao_74hc497.h>
+#include <ao_radio_cmac_cmd.h>
 
 void
 main(void)
@@ -37,6 +38,7 @@ main(void)
        ao_radio_init();
        ao_aes_init();
        ao_pad_init();
+//     ao_radio_cmac_cmd_init();
        ao_config_init();
        ao_start_scheduler();
 }