Skip to content

Commit a58d394

Browse files
committed
[DM/PIC] Fixup the interrput info list format
Signed-off-by: GuEe-GUI <[email protected]>
1 parent 89d3ee2 commit a58d394

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)