mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-14 20:27:43 +00:00
added { }
This commit is contained in:
@@ -354,8 +354,9 @@ exception_handler(uint32 *pu32Stack, eExceptionType eType)
|
||||
}
|
||||
#endif
|
||||
|
||||
if(eType == E_EXC_SYSCALL)
|
||||
if(eType == E_EXC_SYSCALL){
|
||||
return;
|
||||
}
|
||||
|
||||
#if EXCEPTION_STALLS_SYSTEM
|
||||
while(1) {
|
||||
|
Reference in New Issue
Block a user