added semaph factory to linux

This commit is contained in:
2020-05-27 00:28:13 +02:00
parent f7dd91891a
commit be4ac0bc8f
2 changed files with 38 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <framework/serviceinterface/ServiceInterfaceStream.h>
const uint32_t SemaphoreIF::NO_TIMEOUT = 0;
BinarySemaphore::BinarySemaphore() {
handle = xSemaphoreCreateBinary();
if(handle == nullptr) {