4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-18 11:33:32 +08:00

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