STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot

This commit is contained in:
Gregory Nutt 2013-12-31 10:55:46 -06:00
parent f51b69b198
commit 3f4064281a

View File

@ -144,7 +144,7 @@ int up_hardfault(int irq, FAR void *context)
/* Dump some hard fault info */
hfdbg("\nHard Fault:\n");
hfdbg("Hard Fault:\n");
hfdbg(" IRQ: %d regs: %p\n", irq, regs);
hfdbg(" BASEPRI: %08x PRIMASK: %08x IPSR: %08x CONTROL: %08x\n",
getbasepri(), getprimask(), getipsr(), getcontrol());