加入串口消息处理任务

This commit is contained in:
不吃油炸鸡
2025-10-19 11:58:49 +08:00
parent cc3f9d243c
commit c5bb90333e
3 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
#ifndef __USER_MESSAGETASK_H__
#define __USER_MESSAGETASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void MessageTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif