#ifndef __DRV_ADC_H__ #define __DRV_ADC_H__ #include #ifdef RT_USING_ADC void rt_hw_adc_init(void); #endif #endif /* __DRV_ADC_H__ */