diff options
Diffstat (limited to 'libmaple/exc.c')
-rw-r--r-- | libmaple/exc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmaple/exc.c b/libmaple/exc.c index 3d01492..dd02476 100644 --- a/libmaple/exc.c +++ b/libmaple/exc.c @@ -38,7 +38,6 @@ void NMIException(void) { }
void HardFaultException(void) {
- return;
ASSERT(0);
while(1)
;
|