summaryrefslogtreecommitdiff
path: root/firmware/export/adc.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/adc.h')
-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 e10cce0d27..54d5d98212 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -25,4 +25,8 @@
25unsigned short adc_read(int channel); 25unsigned short adc_read(int channel);
26void adc_init(void); 26void adc_init(void);
27 27
28#ifndef NEED_ADC_CLOSE
29#define adc_close()
30#endif
31
28#endif /* _ADC_H_ */ 32#endif /* _ADC_H_ */