mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 09:32:28 +08:00
[DM/PIC] Fixup the interrput info list format
Signed-off-by: GuEe-GUI <2991707448@qq.com>
This commit is contained in:
@@ -1281,7 +1281,7 @@ static int list_irq(int argc, char**argv)
|
||||
#ifdef RT_USING_SMP
|
||||
rt_kputs(cpumask);
|
||||
#endif
|
||||
rt_kprintf("%-10d ", repeat_isr->action.counter);
|
||||
rt_kprintf(" %-10d ", repeat_isr->action.counter);
|
||||
rt_kprintf("%-*.s", 10, repeat_isr->action.name);
|
||||
#ifdef RT_USING_SMP
|
||||
for (int cpuid = 0; cpuid < RT_CPUS_NR; cpuid++)
|
||||
|
||||
Reference in New Issue
Block a user