From 17aeb4e3dd9001ebe63a342c00b58cb7ac0e6231 Mon Sep 17 00:00:00 2001 From: Perry Hung Date: Sun, 27 Feb 2011 20:20:11 -0500 Subject: comment fix --- libmaple/exc.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmaple/exc.S') diff --git a/libmaple/exc.S b/libmaple/exc.S index f31fccd..7631e48 100644 --- a/libmaple/exc.S +++ b/libmaple/exc.S @@ -76,8 +76,8 @@ __exc_usagefault: .thumb_func __default_exc: - ldr r2, NVIC_CCR @ Enabling returning to thread mode from an - mov r1 ,#1 @ exception. See flag NONEBASETHRDENA. + ldr r2, NVIC_CCR @ Enable returning to thread mode even if there are + mov r1 ,#1 @ pending exceptions. See flag NONEBASETHRDENA. str r1, [r2] cpsid i @ Disable global interrupts ldr r2, SYSTICK_CSR @ Disable systick handler -- cgit v1.2.3