summaryrefslogtreecommitdiff
path: root/src/telefire-v0.1/ao_telefire.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-28 18:12:27 -0700
committerKeith Packard <keithp@keithp.com>2012-08-28 23:00:23 -0700
commit27a879b4069ccedf8bbe39d7dbecf45000f29d8c (patch)
tree1e5c350de45e73c82b55fd6769c85ddf309e5469 /src/telefire-v0.1/ao_telefire.c
parenteb1a9a8c3f3d3993d5986925bc4ad112c2bbc119 (diff)
altos: Include the radio_cmac debug commands in telefire
Just temporary debugging Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefire-v0.1/ao_telefire.c')
-rw-r--r--src/telefire-v0.1/ao_telefire.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/telefire-v0.1/ao_telefire.c b/src/telefire-v0.1/ao_telefire.c
index 210be08b..cc0f668f 100644
--- a/src/telefire-v0.1/ao_telefire.c
+++ b/src/telefire-v0.1/ao_telefire.c
@@ -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();
}