diff options
Diffstat (limited to 'apps/debug_menu.c')
| -rw-r--r-- | apps/debug_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/debug_menu.c b/apps/debug_menu.c index 712a66c..251d3b3 100644 --- a/apps/debug_menu.c +++ b/apps/debug_menu.c @@ -1072,7 +1072,7 @@ bool dbg_ports(void) #ifdef IAUDIO_X5 snprintf(buf, sizeof(buf), "ADC_BUTTONS (%c): %02x", - adc_get_button_scan_enabled() ? '+' : '-', adc_buttons); + button_scan_enabled() ? '+' : '-', adc_buttons); lcd_puts(0, line++, buf); snprintf(buf, sizeof(buf), "ADC_REMOTE (%c): %02x", remote_detect() ? '+' : '-', adc_remote); |