11 lines
118 B
C

/*
* Copyright (c) 2006-2021, fzxhub
*/
#ifndef DRV_ADC_H__
#define DRV_ADC_H__
int rt_hw_adc_init(void);
#endif