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

Merge pull request #13987 from fjmolinas/pr_ztimer_xtimer_include_board.h

sys/include/xtimer.h: include board.h with ztimer
This commit is contained in:
benpicco 2020-05-05 14:21:43 +02:00 committed by GitHub
commit 96eadc00ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,8 @@
#include "ztimer/xtimer_compat.h"
#else
#ifndef MODULE_XTIMER_ON_ZTIMER
#include "board.h"
#ifndef MODULE_XTIMER_ON_ZTIMER
#include "periph_conf.h"
#endif