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

Merge pull request #13671 from jia200x/pr/move_thread_flags_error

core/thread_flags: remove #error from header file
This commit is contained in:
Koen Zandberg 2020-03-31 15:48:41 +02:00 committed by GitHub
commit 46b6a95309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,10 +54,6 @@
#ifndef THREAD_FLAGS_H
#define THREAD_FLAGS_H
#ifndef MODULE_CORE_THREAD_FLAGS
#error Missing USEMODULE += core_thread_flags
#endif
#include "kernel_types.h"
#include "sched.h" /* for thread_t typedef */