From 2e16b65da613ab0f48ffee7cc0934810e115ab57 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Wed, 21 Oct 2020 21:25:28 +0200 Subject: [PATCH] boards/*: add explicit include of timex.h --- boards/weact-f411ce/board.c | 1 + boards/weact-f411ce/include/board.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/weact-f411ce/board.c b/boards/weact-f411ce/board.c index ebb75e3674..44005e77e5 100644 --- a/boards/weact-f411ce/board.c +++ b/boards/weact-f411ce/board.c @@ -21,6 +21,7 @@ #include "board.h" #include "cpu.h" #include "mtd.h" +#include "timex.h" #include "mtd_spi_nor.h" #include "periph/gpio.h" diff --git a/boards/weact-f411ce/include/board.h b/boards/weact-f411ce/include/board.h index efc1fce19e..1a66833fa7 100644 --- a/boards/weact-f411ce/include/board.h +++ b/boards/weact-f411ce/include/board.h @@ -27,7 +27,6 @@ extern "C" { #include "mtd.h" #include "periph_cpu.h" -#include "timex.h" /** * @name Xtimer configuration