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

tests/driver_dose: use USEMODULE +=

This commit is contained in:
Benjamin Valentin 2021-12-07 19:35:53 +01:00 committed by Benjamin Valentin
parent 9f63f80747
commit 780e87325b

View File

@ -1,4 +1,4 @@
# the driver to test
USEMODULE = dose
USEMODULE += dose
include ../driver_netdev_common/Makefile.netdev.mk