diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-26 22:38:56 -0600 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-26 22:38:56 -0600 |
commit | 3e8b72a9dc5b6c3a0f6132dc2dec04f8c08a1deb (patch) | |
tree | 2610b6b7c879a05a3c70a29e5ce5d28d641ba30b /src/core/ao.h | |
parent | 4bc1f3390b9ebbe07af4bc0f0a1c0915193ddf42 (diff) |
altos: Add pyro operations to regular ignite commands
Instead of having separate commands, just mix the two sets together.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index 7f344736..0886260f 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -703,6 +703,8 @@ struct ao_ignition { uint8_t firing; }; +extern __code char * __code ao_igniter_status_names[]; + extern __xdata struct ao_ignition ao_ignition[2]; enum ao_igniter_status |