STM3240G-EVAL knxwm: Work around CodeSourcery library bug by switching to buildroot
This commit is contained in:
parent
f51b69b198
commit
3f4064281a
@ -144,7 +144,7 @@ int up_hardfault(int irq, FAR void *context)
|
|||||||
|
|
||||||
/* Dump some hard fault info */
|
/* Dump some hard fault info */
|
||||||
|
|
||||||
hfdbg("\nHard Fault:\n");
|
hfdbg("Hard Fault:\n");
|
||||||
hfdbg(" IRQ: %d regs: %p\n", irq, regs);
|
hfdbg(" IRQ: %d regs: %p\n", irq, regs);
|
||||||
hfdbg(" BASEPRI: %08x PRIMASK: %08x IPSR: %08x CONTROL: %08x\n",
|
hfdbg(" BASEPRI: %08x PRIMASK: %08x IPSR: %08x CONTROL: %08x\n",
|
||||||
getbasepri(), getprimask(), getipsr(), getcontrol());
|
getbasepri(), getprimask(), getipsr(), getcontrol());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user