diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 619d38c..0a0627c 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1049,9 +1049,7 @@ bool dbg_ports(void) lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "GPIO_D: %02x", gpio_d); lcd_puts(0, line++, buf); - unsigned hehe = 0x12345678; - snprintf(buf, sizeof(buf), "%x %x", hehe, swap32(hehe)); - lcd_puts(0, line++, buf); + lcd_update(); button = button_get_w_tmo(HZ/10); |