We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ab08c commit 01e4cafCopy full SHA for 01e4caf
components/drivers/pic/pic.c
@@ -1281,7 +1281,7 @@ static int list_irq(int argc, char**argv)
1281
#ifdef RT_USING_SMP
1282
rt_kputs(cpumask);
1283
#endif
1284
- rt_kprintf("%-10d ", repeat_isr->action.counter);
+ rt_kprintf(" %-10d ", repeat_isr->action.counter);
1285
rt_kprintf("%-*.s", 10, repeat_isr->action.name);
1286
1287
for (int cpuid = 0; cpuid < RT_CPUS_NR; cpuid++)
0 commit comments