feat: add lab-rv32i-freertos-isr-drivers card
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#ifndef HOST_TASK_H
|
||||
#define HOST_TASK_H
|
||||
#include "FreeRTOS.h"
|
||||
extern "C" void vTaskNotifyGiveFromISR( TaskHandle_t, BaseType_t * );
|
||||
#endif
|
||||
Reference in New Issue
Block a user