diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/adc.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h index 487873d..95728d4 100644 --- a/firmware/export/adc.h +++ b/firmware/export/adc.h @@ -105,9 +105,4 @@ void adc_init(void); unsigned short adc_scan(int channel); #endif -#if defined(IAUDIO_X5) -void adc_enable_button_scan(bool enable); -bool adc_get_button_scan_enabled(void); -#endif - -#endif +#endif /* _ADC_H_ */ |