diff options
author | bnewbold <bnewbold@robocracy.org> | 2010-08-05 20:58:51 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2010-08-05 21:47:47 -0400 |
commit | 314846bee32479f8fd6aae46c508fdc7ff8e0a95 (patch) | |
tree | d3271e5239fb972bcc73803de9c10cf9f4d318e6 /libmaple/exc.c | |
parent | 0f55cc0d89dc018aa1a2e7ad1c926889f98ec26d (diff) | |
download | librambutan-314846bee32479f8fd6aae46c508fdc7ff8e0a95.tar.gz librambutan-314846bee32479f8fd6aae46c508fdc7ff8e0a95.zip |
Partially working!
Documented; see ./notes/fsmc.txt. Not yet integrated into .ld scripts or
fully tested
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)
;
|