summaryrefslogtreecommitdiff
path: root/src/drivers/ao_pad.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-08-27 13:47:16 -0700
committerKeith Packard <keithp@keithp.com>2012-08-27 13:47:16 -0700
commit0f3483f93137f41a61f3fcbe06afcaffb1b9e17b (patch)
tree17347990eff672a49b3491267e71a946ea8e0fa0 /src/drivers/ao_pad.c
parent85fd7ab504a9fac1de90bbe7df8ea477a092c2b0 (diff)
altos: Clean up radio APIs
Move api to ao_radio_cmac.h include file. Expose ao_radio_test as standard API. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_pad.c')
-rw-r--r--src/drivers/ao_pad.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/ao_pad.c b/src/drivers/ao_pad.c
index 791c9a47..b33a5ffd 100644
--- a/src/drivers/ao_pad.c
+++ b/src/drivers/ao_pad.c
@@ -18,6 +18,7 @@
#include <ao.h>
#include <ao_pad.h>
#include <ao_74hc497.h>
+#include <ao_radio_cmac.h>
static __xdata uint8_t ao_pad_ignite;
static __xdata struct ao_pad_command command;