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:
commit
ea71155b9b
@ -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
|
||||
|
||||
@ -24,7 +24,6 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "bitarithm.h"
|
||||
#include "xtimer.h"
|
||||
#include "cpu.h"
|
||||
#include "cpu_conf.h"
|
||||
#include "periph/pm.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user