#ifndef __ADC_DAC_H__ #define __ADC_DAC_H__ #include "cm_os.h" void adc_dac_init(void); #endif //__ADC_DAC_H__