1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_pca9685/Makefile
Alexandre Abadie 1d20e9e1bb
tests/driver_pca9685: remove useless BOARD_BLACKLIST
The efm32 arch is blacklisted at driver dependency level.
2019-11-16 14:16:27 +01:00

7 lines
112 B
Makefile

include ../Makefile.tests_common
USEMODULE += pca9685
USEMODULE += shell
include $(RIOTBASE)/Makefile.include