mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
e740fbc800
Closes #926
10 lines
188 B
Makefile
10 lines
188 B
Makefile
export PROJECT = test_pnet
|
|
include ../Makefile.tests_common
|
|
|
|
USEMODULE += posix
|
|
USEMODULE += pnet
|
|
USEMODULE += vtimer
|
|
USEMODULE += defaulttransceiver
|
|
|
|
include $(RIOTBASE)/Makefile.include
|