Hi,
i want to use Semaphores:
#include <ti/sysbios/knl/Semaphore.h>
static Semaphore_handle sem;
but I got hte error:
function
"ti_sysbios_knl_Semaphore_handle" is not a type name
Semaphore_handle sem;
What header I need.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i want to use Semaphores:
#include <ti/sysbios/knl/Semaphore.h>
static Semaphore_handle sem;
but I got hte error:
function
"ti_sysbios_knl_Semaphore_handle" is not a type name
Semaphore_handle sem;
What header I need.