Files

17 lines
164 B
C
Raw Permalink Normal View History

2026-02-26 17:20:03 +08:00
#ifndef __USER_KEYTASK_H__
#define __USER_KEYTASK_H__
#ifdef __cplusplus
extern "C" {
#endif
void KeyTask(void *argument);
#ifdef __cplusplus
}
#endif
#endif