Fix errors in nightly test.
[bertos.git] / bertos / cpu / arm / drv / adc_at91.h
index f1125980623afe10d47fe8dedacbf7514c8e2d43..07ef6a40927cd99e98d302d9f9ccb5036d006635 100644 (file)
@@ -90,5 +90,8 @@
        do { \
        } while (0)
 
+void adc_hw_select_ch(uint8_t ch);
+uint16_t adc_hw_read(void);
+void adc_hw_init(void);
 
 #endif /* DRV_ADC_AT91_H */