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

tests/driver_hd44780: move to test-with-config

This commit is contained in:
Alexandre Abadie 2020-10-09 18:11:25 +02:00
parent 16652e83f1
commit 60c8e027d0
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 0 additions and 4 deletions

View File

@ -11,8 +11,4 @@ ifeq (native,$(BOARD))
endif
endif
# Fails on esp32 because the driver defines default GPIOs that are used for the
# SPI flash interface.
TEST_ON_CI_BLACKLIST += esp32-wroom-32
include $(RIOTBASE)/Makefile.include