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

tests/xtimer_drift: add missing dependency

This commit is contained in:
Francisco Molina 2022-01-24 17:25:15 +01:00
parent 106db4616b
commit 46fe917388
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
include ../Makefile.tests_common
USEMODULE += xtimer
USEMODULE += div
include $(RIOTBASE)/Makefile.include

View File

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