1
0
forked from fsfw/fsfw

continued with task notifications

This commit is contained in:
2020-05-27 19:03:46 +02:00
parent 2d33274c23
commit 8a1e0dab03
3 changed files with 53 additions and 7 deletions

View File

@ -1,6 +1,10 @@
#include <framework/osal/FreeRTOS/CountingSemaphore.h>
#include <framework/serviceinterface/ServiceInterfaceStream.h>
extern "C" {
#include <freertos/semphr.h>
}
// Make sure #define configUSE_COUNTING_SEMAPHORES 1 is set in
// free FreeRTOSConfig.h file.
CountingSemaphore::CountingSemaphore(uint8_t count, uint8_t initCount):