summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/include/fatal.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-07-25 13:57:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-07-25 14:03:00 +0200
commitba5de7531a031e25bff325fbee2e1d3922d3b5a7 (patch)
treeb46a038fb3c373582259869a2732a604ff02be67 /c/src/lib/libbsp/shared/include/fatal.h
parentscore: Relax thread begin extension environment (diff)
downloadrtems-ba5de7531a031e25bff325fbee2e1d3922d3b5a7.tar.bz2
bsps: Fix shared polled console fatal error
Fatal errors must uniquely identify the source location.
Diffstat (limited to 'c/src/lib/libbsp/shared/include/fatal.h')
-rw-r--r--c/src/lib/libbsp/shared/include/fatal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/shared/include/fatal.h b/c/src/lib/libbsp/shared/include/fatal.h
index b3c9d16800..8220a732f0 100644
--- a/c/src/lib/libbsp/shared/include/fatal.h
+++ b/c/src/lib/libbsp/shared/include/fatal.h
@@ -40,6 +40,7 @@ typedef enum {
BSP_FATAL_CONSOLE_NO_DEV,
BSP_FATAL_CONSOLE_INSTALL_0,
BSP_FATAL_CONSOLE_INSTALL_1,
+ BSP_FATAL_CONSOLE_REGISTER_DEV_2,
/* ARM fatal codes */
BSP_ARM_A9MPCORE_FATAL_CLOCK_IRQ_INSTALL = BSP_FATAL_CODE_BLOCK(1),