Build target 'Template'
compiling usart.c...
..\SYSTEM\usart\usart.c(47): error: #260-D: explicit type is missing ("int" assumed)
_sys_exit(int x)
..\SYSTEM\usart\usart.c: 0 warnings, 1 error
"..\OBJ\Template.axf" - 1 Error(s), 0 Warning(s).
Target not created.
Build Time Elapsed: 00:00:04
_sys_exit(int x)
{
x = x;
} |