1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
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