mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
290 B
Makefile
10 lines
290 B
Makefile
export INCLUDES += -I$(RIOTBOARD)/pttu/include
|
|
|
|
# Enable this after fixing https://github.com/RIOT-OS/RIOT/issues/659
|
|
#ifneq (,$(filter defaulttransceiver,$(USEMODULE)))
|
|
# USEMODULE += cc110x_legacy_csma
|
|
# USEMODULE += transceiver
|
|
#endif
|
|
|
|
include $(RIOTBOARD)/msba2-common/Makefile.include
|