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