Addapt to RIOT changes (#452)

RIOT removed kernel_types.h in favor of sched.h
This commit is contained in:
Karl Fessel 2020-11-27 02:10:00 +01:00 committed by GitHub
parent 0359805c82
commit 7d8b79a7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
#define _PLATFORM_INTERNAL_H
//Riot includes core
#include <kernel_types.h>
#include <sched.h>
#include <thread.h>
#include <mutex.h>