diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ao.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ao.h b/src/core/ao.h index a2092cfe..da1fd67b 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -115,6 +115,7 @@ ao_start_scheduler(void);  #define AO_PANIC_BT		11	/* Communications with bluetooth device failed */  #define AO_PANIC_STACK		12	/* Stack overflow */  #define AO_PANIC_SPI		13	/* SPI communication failure */ +#define AO_PANIC_SELF_TEST	14	/* Self test failure */  /* Stop the operating system, beeping and blinking the reason */  void  | 
