1
0
forked from fsfw/fsfw

include improvements

This commit is contained in:
2020-05-29 17:51:15 +02:00
parent c5bb18a788
commit a9a23d7623
2 changed files with 7 additions and 14 deletions

View File

@ -2,9 +2,9 @@
#define FRAMEWORK_OSAL_FREERTOS_TIMEKEEPER_H_
#include <framework/timemanager/Clock.h>
extern "C" {
#include <FreeRTOS.h>
}
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
/**