1
0
forked from fsfw/fsfw

seperation of semaph implementations finished

This commit is contained in:
2020-05-27 19:46:56 +02:00
parent 8a1e0dab03
commit b4065c7764
9 changed files with 232 additions and 192 deletions

View File

@ -1,5 +1,6 @@
#include <framework/osal/FreeRTOS/CountingSemaphore.h>
#include <framework/serviceinterface/ServiceInterfaceStream.h>
#include <framework/osal/FreeRTOS/TaskManagement.h>
extern "C" {
#include <freertos/semphr.h>
@ -30,3 +31,4 @@ CountingSemaphore& CountingSemaphore::operator =(
}
return * this;
}