Hi,
is there a way to find out if a semaphore or mailbox is already created?
like:
OS_RSEMA* sema = NULL;
OS_CreateRSema(sema);
if(sema != NULL){
printf("sema exists");
}
I'm using embOS 3.60d
is there a way to find out if a semaphore or mailbox is already created?
like:
OS_RSEMA* sema = NULL;
OS_CreateRSema(sema);
if(sema != NULL){
printf("sema exists");
}
I'm using embOS 3.60d