Fix potential bugs in the exception handlers

This commit is contained in:
TuxSH
2016-06-18 13:10:07 +02:00
parent fcb8edffdf
commit a9db998d84
4 changed files with 35 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
#define NULL 0
void __attribute__((noreturn)) mcuReboot(void);
void clearDCacheAndDMB(void);
void cleanInvalidateDCacheAndDMB(void);
void FIQHandler(void);
void undefinedInstructionHandler(void);