FSFW Restructuring #445

Merged
mohr merged 77 commits from mueller/restructuring into development 2021-08-09 16:00:27 +02:00
Showing only changes of commit ee4449b74d - Show all commits

View File

@ -98,7 +98,7 @@ public:
* already available.
*/
static ReturnValue_t releaseFromISR(SemaphoreHandle_t semaphore,
BaseType_t * higherPriorityTaskWoken) override;
BaseType_t * higherPriorityTaskWoken);
protected:
SemaphoreHandle_t handle;