imx233: avoid overlapping text in debug
Change-Id: I9cb456ab60c0d05f202791ed8114a80d2819c399
This commit is contained in:
parent
101d10ff6c
commit
3d852bc1bf
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ bool dbg_hw_info_icoll(void)
|
|||
static char prio[4] = {'-', '+', '^', '!'};
|
||||
lcd_putsf(0, j, "%c%s", prio[info.priority & 3], dbg_irqs[i].name);
|
||||
if(info.enabled || info.freq > 0)
|
||||
lcd_putsf(10, j, "%d", info.freq);
|
||||
lcd_putsf(11, j, "%d", info.freq);
|
||||
}
|
||||
lcd_update();
|
||||
yield();
|
||||
|
|
Loading…
Reference in a new issue