Other Parts Discussed in Thread: SYSBIOS
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.