Skip to content

Commit 01e4caf

Browse files
GuEe-GUIRbb666
authored andcommitted
[DM/PIC] Fixup the interrput info list format
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 30ab08c commit 01e4caf

File tree

1 file changed

+1
-1
lines changed
  • components/drivers/pic

1 file changed

+1
-1
lines changed

components/drivers/pic/pic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@ static int list_irq(int argc, char**argv)
12811281
#ifdef RT_USING_SMP
12821282
rt_kputs(cpumask);
12831283
#endif
1284-
rt_kprintf("%-10d ", repeat_isr->action.counter);
1284+
rt_kprintf(" %-10d ", repeat_isr->action.counter);
12851285
rt_kprintf("%-*.s", 10, repeat_isr->action.name);
12861286
#ifdef RT_USING_SMP
12871287
for (int cpuid = 0; cpuid < RT_CPUS_NR; cpuid++)

0 commit comments

Comments
 (0)