forked from Imagelibrary/rtems
score: Add RTEMS_FATAL_SOURCE_APPLICATION
This commit is contained in:
@@ -52,6 +52,13 @@ typedef enum {
|
||||
*/
|
||||
RTEMS_FATAL_SOURCE_BDBUF,
|
||||
|
||||
/**
|
||||
* @brief Fatal source for application specific errors.
|
||||
*
|
||||
* The fatal code is application specific.
|
||||
*/
|
||||
RTEMS_FATAL_SOURCE_APPLICATION,
|
||||
|
||||
/**
|
||||
* @brief The last available fatal source.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user