Addapt to RIOT changes (#452)
RIOT removed kernel_types.h in favor of sched.h
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
#define _PLATFORM_INTERNAL_H
|
#define _PLATFORM_INTERNAL_H
|
||||||
|
|
||||||
//Riot includes core
|
//Riot includes core
|
||||||
#include <kernel_types.h>
|
#include <sched.h>
|
||||||
#include <thread.h>
|
#include <thread.h>
|
||||||
#include <mutex.h>
|
#include <mutex.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user