1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 06:53:52 +01:00

Merge pull request #17364 from fjmolinas/pr_cpu_unused_xtimer

cpu: remove unused `xtimer.h` headers
This commit is contained in:
Alexandre Abadie 2021-12-09 13:54:46 +01:00 committed by GitHub
commit ea71155b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -12,7 +12,6 @@ USEMODULE += sam0_common_periph
ifneq (,$(filter sam0_eth,$(USEMODULE)))
USEMODULE += netdev_eth
USEMODULE += netopt
USEMODULE += xtimer
USEMODULE += iolist
FEATURES_REQUIRED += periph_eth
endif

View File

@ -24,7 +24,6 @@
#include <errno.h>
#include "bitarithm.h"
#include "xtimer.h"
#include "cpu.h"
#include "cpu_conf.h"
#include "periph/pm.h"