1
0
forked from fsfw/fsfw

improved includes

This commit is contained in:
2020-05-29 13:07:35 +02:00
parent 78ae109a08
commit 5169c09fd8
3 changed files with 8 additions and 13 deletions

View File

@ -3,7 +3,8 @@
#include <framework/timemanager/Clock.h>
extern "C" {
#include <FreeRTOS.h>
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
}