freeRTOS with included with extern"C"

This commit is contained in:
Robin Müller 2020-04-19 21:52:13 +02:00
parent fd100cb994
commit 3bd83c00f5

View File

@ -5,8 +5,10 @@
#include <framework/tasks/FixedTimeslotTaskIF.h>
#include <framework/tasks/Typedef.h>
#include <FreeRTOS.h>
extern "C" {
#include "FreeRTOS.h"
#include "task.h"
}
class FixedTimeslotTask: public FixedTimeslotTaskIF {
public: