summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/adc.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/firmware/drivers/adc.c b/firmware/drivers/adc.c
index b71583c..e565372 100644
--- a/firmware/drivers/adc.c
+++ b/firmware/drivers/adc.c
@@ -332,19 +332,3 @@ void adc_init(void)
}
#endif
-#ifdef IAUDIO_X5
-unsigned char adc_scan(int channel)
-{
- return 0;
-}
-
-unsigned short adc_read(int channel)
-{
- return 0;
-}
-
-void adc_init(void)
-{
-}
-
-#endif