diff options
author | Keith Packard <keithp@keithp.com> | 2017-04-22 22:04:31 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-04-22 23:04:12 -0700 |
commit | b6b58aa2fbae1e7782b5a0b700544efe319fe34e (patch) | |
tree | 7e563cb64c53e7dac9fbd801633e93d2f6a1da5a /src/cc1111/ao_launch.c | |
parent | cd291d38b92b31c3612e6de6cdf4e5988fc01c12 (diff) |
altos: Move old AO_LAUNCH defines to cc1111/ao_launch.h
These were getting accidentally used by ao_pad.c
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_launch.c')
-rw-r--r-- | src/cc1111/ao_launch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cc1111/ao_launch.c b/src/cc1111/ao_launch.c index 4f0a0c14..76d6d13b 100644 --- a/src/cc1111/ao_launch.c +++ b/src/cc1111/ao_launch.c @@ -17,6 +17,7 @@ */ #include <ao.h> +#include <ao_launch.h> #include <ao_radio_cmac.h> __xdata uint16_t ao_launch_ignite; |