mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Alexandre Abadie
2f5f69e23a
The build fails during link because of insufficient memory. No need to use BOARD_BLACKLIST for msp430 based boards
7 lines
113 B
Makefile
7 lines
113 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += spiffs
|
|
USEMODULE += embunit
|
|
|
|
include $(RIOTBASE)/Makefile.include
|