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:
commit
46b6a95309
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user