surfansf28: Get rid of the redundant debug code.

Change-Id: Iabfea333fc8598e3b7518bd2502759864b1982e8
This commit is contained in:
Solomon Peachy 2025-05-08 12:24:13 -04:00
parent 9502d8879e
commit 89ea2eafb5
2 changed files with 6 additions and 89 deletions

View file

@ -76,7 +76,12 @@ bool dbg_hw_info(void)
lcd_putsf(0, line++, "lo: %d", lineout_inserted());
#endif
#ifdef HAVE_BUTTON_DATA
uint32_t bdata;
btn = button_read_device(&bdata);
#else
btn = button_read_device();
#endif
lcd_putsf(0, line++, "btn: %d", btn);
lcd_update();