#ifndef __USER_SENDTASK_H__ #define __USER_SENDTASK_H__ #ifdef __cplusplus extern "C" { #endif void UartSendTask(void *argument); #ifdef __cplusplus } #endif #endif