'pthread' is now compatible with 'avr' so enable them in tests. All the tests ran on 'arduino-mega2560' when supported.
6 lines
93 B
Makefile
6 lines
93 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += pthread
|
|
|
|
include $(RIOTBASE)/Makefile.include
|