mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
surfansf28: Get rid of the redundant debug code.
Change-Id: Iabfea333fc8598e3b7518bd2502759864b1982e8
This commit is contained in:
parent
9502d8879e
commit
89ea2eafb5
2 changed files with 6 additions and 89 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue