6 lines
139 B
C
6 lines
139 B
C
#ifndef HOST_TASK_H
|
|
#define HOST_TASK_H
|
|
#include "FreeRTOS.h"
|
|
extern "C" void vTaskNotifyGiveFromISR( TaskHandle_t, BaseType_t * );
|
|
#endif
|