1
0
forked from fsfw/fsfw

removed extern "C" for freertos includes

This commit is contained in:
2020-05-29 13:18:27 +02:00
parent d5352a9b87
commit 6a3dc94108
7 changed files with 2 additions and 18 deletions

View File

@ -4,10 +4,8 @@
#include <framework/returnvalues/HasReturnvaluesIF.h>
#include <framework/tasks/SemaphoreIF.h>
extern "C" {
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
}
/**
* @brief Binary Semaphore implementation using the task notification value.