#ifndef _MAIN_H_ #define _MAIN_H_ #include "task.h" //#include "adc.h" //#include "dac.h" //#include "uart.h" void UserInit(void); #endif