You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
246 B
13 lines
246 B
7 years ago
|
//
|
||
|
// Created by MightyPork on 2017/12/22.
|
||
|
//
|
||
|
|
||
|
#ifndef GEX_F072_TASK_MSG_H
|
||
|
#define GEX_F072_TASK_MSG_H
|
||
|
|
||
|
extern osMessageQId queRxDataHandle;
|
||
|
extern osThreadId tskMsgHandle;
|
||
|
void TaskMessaging(const void * argument);
|
||
|
|
||
|
#endif //GEX_F072_TASK_MSG_H
|