diff options
author | Bdale Garbee <bdale@gag.com> | 2013-07-30 00:15:06 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-07-30 00:15:06 -0600 |
commit | 01f8df088759ee7e6bc3900a013e0ea4fafaf984 (patch) | |
tree | 3821af32f96f1ac1be04e48e0b1dee953fac7d62 /src/core/ao.h | |
parent | e2ebe60adf061479a1259a5c68b9cd5f5bacf644 (diff) | |
parent | 15063cbb8f76bffea71575d295ca87b7ceca36d8 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/core/ao.h')
-rw-r--r-- | src/core/ao.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index 7f344736..caa0ec19 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -75,6 +75,7 @@ typedef AO_PORT_TYPE ao_port_t; #define AO_PANIC_CRASH 14 /* Processor crashed */ #define AO_PANIC_BUFIO 15 /* Mis-using bufio API */ #define AO_PANIC_EXTI 16 /* Mis-using exti API */ +#define AO_PANIC_FAST_TIMER 17 /* Mis-using fast timer API */ #define AO_PANIC_SELF_TEST_CC1120 0x40 | 1 /* Self test failure */ #define AO_PANIC_SELF_TEST_HMC5883 0x40 | 2 /* Self test failure */ #define AO_PANIC_SELF_TEST_MPU6000 0x40 | 3 /* Self test failure */ @@ -703,6 +704,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 |