1
0
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:
Alexandre Abadie 2021-12-06 18:28:45 +01:00 committed by GitHub
commit 6bb78e544e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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