#ifndef ADC_UART_TASK_H #define ADC_UART_TASK_H #include "os.h" void UartTask(void *p_arg); #endif // ADC_UART_TASK_H