mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 23:12:45 +01:00
9 lines
159 B
Makefile
9 lines
159 B
Makefile
include ../Makefile.sys_common
|
|
|
|
#malloc.h not found
|
|
BOARD_BLACKLIST := arduino-leonardo mega-xplained
|
|
|
|
USEMODULE += pipe
|
|
|
|
include $(RIOTBASE)/Makefile.include
|