sim: mark header that need to be as C header
This commit is contained in:
@@ -30,6 +30,10 @@
|
||||
#ifndef INC_TASK_H
|
||||
#define INC_TASK_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "portmacro_cmsis.h"
|
||||
|
||||
#include <stdint.h>
|
||||
@@ -324,4 +328,8 @@ TaskHandle_t xTaskGetCurrentTaskHandle();
|
||||
*/
|
||||
BaseType_t xTaskGetSchedulerState();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* INC_TASK_H */
|
||||
|
Reference in New Issue
Block a user