summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/export/adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index 442702d097..b1d78eac8f 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -73,7 +73,7 @@ unsigned short adc_read(int channel);
73void adc_init(void); 73void adc_init(void);
74 74
75#ifdef IRIVER_H100 75#ifdef IRIVER_H100
76unsigned char adc_scan(int channel) 76unsigned char adc_scan(int channel);
77#endif 77#endif
78 78
79#endif 79#endif