feat: add lab-rv32i-freertos-mutex card
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef K11_HOST_TASK_H
|
||||
#define K11_HOST_TASK_H
|
||||
#include "FreeRTOS.h"
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
TaskHandle_t xTaskGetCurrentTaskHandle( void );
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user