summaryrefslogtreecommitdiff
path: root/firmware/export/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/adc.h')
-rw-r--r--firmware/export/adc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index 13d2617c00..487873dacc 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -105,4 +105,9 @@ void adc_init(void);
105unsigned short adc_scan(int channel); 105unsigned short adc_scan(int channel);
106#endif 106#endif
107 107
108#if defined(IAUDIO_X5)
109void adc_enable_button_scan(bool enable);
110bool adc_get_button_scan_enabled(void);
111#endif
112
108#endif 113#endif