1
0
forked from fsfw/fsfw

using include structure as used in kernel

This commit is contained in:
2021-07-12 22:42:07 +02:00
parent c9156e1219
commit 8035af28b9
13 changed files with 29 additions and 27 deletions

@@ -4,8 +4,8 @@
#include "CountingSemaphUsingTask.h"
#include "../../tasks/SemaphoreIF.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
#include "FreeRTOS.h"
#include "task.h"
#if (tskKERNEL_VERSION_MAJOR == 8 && tskKERNEL_VERSION_MINOR > 2) || \
tskKERNEL_VERSION_MAJOR > 8