app_specific/arch/cortex-m3/gcc/include/bug_user.h File Reference

User exception codes. More...


Detailed Description

User exception codes.

Author:
Piotr Romaniuk, (c) ELESOFTROM
Version:
1.1 Nov 8, 2013

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,