Sairam to everyone
Good morning
I am using AVR Studio to compile MuCOS II onto Micrium site.
Micrium is the provider of all MuCOS II an RTOS for various ports.
I had the following error :
../../os_dbg.c:25: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'INT16U'
Addressing this line:
OS_COMPILER_OPT INT16U const OSDebugEn = OS_DEBUG_EN;
Which intern addressed by :
#define OS_COMPILER_OPT __root
Thanking u
Bye