summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/debug_menu.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c
index 619d38c6d2..0a0627c10f 100644
--- a/apps/debug_menu.c
+++ b/apps/debug_menu.c
@@ -1049,9 +1049,7 @@ bool dbg_ports(void)
1049 lcd_puts(0, line++, buf); 1049 lcd_puts(0, line++, buf);
1050 snprintf(buf, sizeof(buf), "GPIO_D: %02x", gpio_d); 1050 snprintf(buf, sizeof(buf), "GPIO_D: %02x", gpio_d);
1051 lcd_puts(0, line++, buf); 1051 lcd_puts(0, line++, buf);
1052 unsigned hehe = 0x12345678; 1052
1053 snprintf(buf, sizeof(buf), "%x %x", hehe, swap32(hehe));
1054 lcd_puts(0, line++, buf);
1055 lcd_update(); 1053 lcd_update();
1056 button = button_get_w_tmo(HZ/10); 1054 button = button_get_w_tmo(HZ/10);
1057 1055