mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-05-12 12:41:25 +00:00
Addapt to RIOT changes (#452)
RIOT removed kernel_types.h in favor of sched.h
This commit is contained in:
parent
0359805c82
commit
7d8b79a7a7
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user