mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
cpu/cortexm: uncrustify panic.c
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
5d3324d3a9
commit
e784794b37
@ -27,7 +27,8 @@
|
||||
static void print_ipsr(void)
|
||||
{
|
||||
uint32_t ipsr = __get_IPSR() & IPSR_ISR_Msk;
|
||||
if(ipsr) {
|
||||
|
||||
if (ipsr) {
|
||||
/* if you get here, you might have forgotten to implement the isr
|
||||
* for the printed interrupt number */
|
||||
LOG_ERROR("Inside isr %d\n", ((int)ipsr) - 16);
|
||||
|
Loading…
Reference in New Issue
Block a user