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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/adc.h b/firmware/export/adc.h
index 4a0d384aba..623d1675c9 100644
--- a/firmware/export/adc.h
+++ b/firmware/export/adc.h
@@ -29,6 +29,8 @@ void adc_init(void) INIT_ATTR;
29 29
30#ifndef NEED_ADC_CLOSE 30#ifndef NEED_ADC_CLOSE
31#define adc_close() 31#define adc_close()
32#else
33void adc_close(void);
32#endif 34#endif
33 35
34#endif /* _ADC_H_ */ 36#endif /* _ADC_H_ */