1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

core/msg: adapt to changed thread define location

This commit is contained in:
Kaspar Schleiser 2020-11-20 11:50:22 +01:00
parent 369e9b30e2
commit 1ca0c23173

View File

@ -167,7 +167,8 @@
#include <stdint.h>
#include <stdbool.h>
#include "kernel_types.h"
#include "sched.h"
#ifdef __cplusplus
extern "C" {