11 lines
147 B
C
11 lines
147 B
C
#ifndef __DRV_ADC_H__
|
|
#define __DRV_ADC_H__
|
|
|
|
#include <rtdef.h>
|
|
#ifdef RT_USING_ADC
|
|
|
|
void rt_hw_adc_init(void);
|
|
|
|
#endif
|
|
#endif /* __DRV_ADC_H__ */
|