Skip to content

Commit

Permalink
replace printf with log macro
Browse files Browse the repository at this point in the history
  • Loading branch information
bhav97 committed Jul 26, 2023
1 parent be535bb commit 4512f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/stm32h7/board_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ typedef struct __attribute__((packed)) CtxFrame {
__attribute__((optimize("O0")))
void fault_handler(sFrame *fr)
{
printf(EXC_FMT, EXC_DET(fr));
TUF2_LOG1(EXC_FMT, EXC_DET(fr));
asm("bkpt #0");
}

Expand Down

0 comments on commit 4512f4f

Please sign in to comment.