summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/adc.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index 487873dacc..95728d432f 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -105,9 +105,4 @@ 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) 108#endif /* _ADC_H_ */
109void adc_enable_button_scan(bool enable);
110bool adc_get_button_scan_enabled(void);
111#endif
112
113#endif