summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/adc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index e2c87fa385..442702d097 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -72,4 +72,8 @@
72unsigned short adc_read(int channel); 72unsigned short adc_read(int channel);
73void adc_init(void); 73void adc_init(void);
74 74
75#ifdef IRIVER_H100
76unsigned char adc_scan(int channel)
77#endif
78
75#endif 79#endif