add tasks

This commit is contained in:
不吃油炸鸡
2025-08-12 18:47:22 +08:00
parent cbc38bcc58
commit 6107c6ffde
5 changed files with 133 additions and 10 deletions

View File

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