update ui manager

This commit is contained in:
不吃油炸鸡
2025-09-27 10:51:54 +08:00
parent f928ec22fa
commit c1df37fed5
8 changed files with 28 additions and 158 deletions

View File

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