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