removed file header

This commit is contained in:
Robin Müller 2020-05-18 19:42:45 +02:00
parent b1d9d55f50
commit 067cd95731
2 changed files with 0 additions and 6 deletions

View File

@ -1,8 +1,3 @@
/**
* @file BinarySemaphore.cpp
*
* @date 25.02.2020
*/
#include <framework/osal/FreeRTOS/BinarySemaphore.h>
#include <framework/osal/FreeRTOS/TaskManagement.h>

View File

@ -71,7 +71,6 @@ public:
ReturnValue_t acquire(uint32_t timeoutMs =
BinarySemaphore::NO_BLOCK_TIMEOUT) override;
ReturnValue_t release() override;
uint8_t getSemaphoreCounter() override;
/**