diff options
author | Bdale Garbee <bdale@gag.com> | 2019-02-24 10:25:31 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2019-02-24 10:25:31 -0700 |
commit | 8cc418ed3b0df0e465f0af27c2255cb97294e6ce (patch) | |
tree | 5082c9f644ab448293f93e7cf5a97bc0a453e70c /src/kernel | |
parent | 654a23168f59d04d7e9cad657bebf8ecfdd8e41e (diff) |
altos: first cut at ADS124S0X driver interrupt handling
Diffstat (limited to 'src/kernel')
-rw-r--r-- | src/kernel/ao.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/ao.h b/src/kernel/ao.h index 9baae8b4..910c1d8e 100644 --- a/src/kernel/ao.h +++ b/src/kernel/ao.h @@ -76,6 +76,7 @@ typedef AO_PORT_TYPE ao_port_t; #define AO_PANIC_SELF_TEST_MPU6000 0x40 | 3 /* Self test failure */ #define AO_PANIC_SELF_TEST_MPU9250 0x40 | 3 /* Self test failure */ #define AO_PANIC_SELF_TEST_MS5607 0x40 | 4 /* Self test failure */ +#define AO_PANIC_SELF_TEST_ADS124S0X 0x40 | 5 /* Self test failure */ /* Stop the operating system, beeping and blinking the reason */ void |