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:
parent
8c514fde83
commit
2e16b65da6
@ -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"
|
||||
|
||||
|
@ -27,7 +27,6 @@ extern "C" {
|
||||
|
||||
#include "mtd.h"
|
||||
#include "periph_cpu.h"
|
||||
#include "timex.h"
|
||||
|
||||
/**
|
||||
* @name Xtimer configuration
|
||||
|
Loading…
Reference in New Issue
Block a user