|
|
User exception codes. More...
User exception codes.
The file contains user bug codes. Contents of this file is included into debug.h inside enum definition. Enter here symbolic name of user bugs, this file (bug_user.h) is included into debug.h and will continue enumeration type os_bug_t e.g.:
OS_BUG_USER_BUG_TYPE1, //always put comma at the end!
OS_BUG_USER_BUG_TYPE2,
OS_BUG_USER_BUG_TYPE3,