diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-27 13:47:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-27 13:47:16 -0700 |
commit | 0f3483f93137f41a61f3fcbe06afcaffb1b9e17b (patch) | |
tree | 17347990eff672a49b3491267e71a946ea8e0fa0 /src/cc1111/ao_launch.c | |
parent | 85fd7ab504a9fac1de90bbe7df8ea477a092c2b0 (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/cc1111/ao_launch.c')
-rw-r--r-- | src/cc1111/ao_launch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cc1111/ao_launch.c b/src/cc1111/ao_launch.c index a593d0b2..420f7568 100644 --- a/src/cc1111/ao_launch.c +++ b/src/cc1111/ao_launch.c @@ -15,7 +15,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "ao.h" +#include <ao.h> +#include <ao_radio_cmac.h> __xdata uint16_t ao_launch_ignite; |