actually extern "C" is not needed

it is included by freeRTOS
This commit is contained in:
2020-05-29 13:15:37 +02:00
parent e7ae35c659
commit d5352a9b87
2 changed files with 3 additions and 6 deletions

View File

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