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

tests/driver_si1133: remove uneeded xtimer dependency

This commit is contained in:
Francisco Molina 2021-12-09 12:31:31 +01:00
parent 393c78b8e2
commit 90da7dcdfe
3 changed files with 0 additions and 3 deletions

View File

@ -2,6 +2,5 @@ include ../Makefile.tests_common
# required modules
USEMODULE += si1133
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include

View File

@ -1,4 +1,3 @@
# this file enables modules defined in Kconfig. Do not use this file for
# application configuration. This is only needed during migration.
CONFIG_MODULE_SI1133=y
CONFIG_MODULE_XTIMER=y

View File

@ -23,7 +23,6 @@
#include "si1133.h"
#include "si1133_params.h"
#include "xtimer.h"
#include "board.h"
/* Helper macro to define _si1133_strerr */