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/kernel/ao.h | |
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/kernel/ao.h')
-rw-r--r-- | src/kernel/ao.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h index 9ab7991b..e56fbb2e 100644 --- a/src/kernel/ao.h +++ b/src/kernel/ao.h @@ -856,33 +856,6 @@ struct ao_fifo { #include <ao_aes.h> #endif -/* ao_launch.c */ - -struct ao_launch_command { - uint16_t tick; - uint16_t serial; - uint8_t cmd; - uint8_t channel; - uint16_t unused; -}; - -#define AO_LAUNCH_QUERY 1 - -struct ao_launch_query { - uint16_t tick; - uint16_t serial; - uint8_t channel; - uint8_t valid; - uint8_t arm_status; - uint8_t igniter_status; -}; - -#define AO_LAUNCH_ARM 2 -#define AO_LAUNCH_FIRE 3 - -void -ao_launch_init(void); - /* * ao_log_single.c */ |