Skip to content

Commit 7d8b79a

Browse files
authored
Addapt to RIOT changes (#452)
RIOT removed kernel_types.h in favor of sched.h
1 parent 0359805 commit 7d8b79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/shared/platform/riot/platform_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#define _PLATFORM_INTERNAL_H
99

1010
//Riot includes core
11-
#include <kernel_types.h>
11+
#include <sched.h>
1212
#include <thread.h>
1313
#include <mutex.h>
1414

0 commit comments

Comments
 (0)