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

boards/*: add explicit include of timex.h

This commit is contained in:
Bas Stottelaar 2020-10-21 21:25:28 +02:00
parent 8c514fde83
commit 2e16b65da6
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -27,7 +27,6 @@ extern "C" {
#include "mtd.h"
#include "periph_cpu.h"
#include "timex.h"
/**
* @name Xtimer configuration