mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #17345 from fjmolinas/pr_pkg_uwb_core_dot_h
pkg/uwb-core: fix wrong header include
This commit is contained in:
commit
6bb78e544e
@ -22,7 +22,7 @@
|
||||
#include <stdint.h>
|
||||
#include "event.h"
|
||||
#if IS_USED(MODULE_UWB_CORE_EVENT_THREAD)
|
||||
#include "event/thread"
|
||||
#include "event/thread.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user