Skip to content

Commit

Permalink
FIX ME: exclude RIOT's pthread when building for native
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegHahm committed Nov 21, 2015
1 parent 9147916 commit 1712acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/dtls/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ USEMODULE += gnrc_icmpv6_echo
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += pthread
ifeq (,$(filter native,$(BOARD)))
USEMODULE += pthread
endif
USEPKG += tinydtls

# Comment this out to disable code in RIOT that does safety checking
Expand Down

0 comments on commit 1712acb

Please sign in to comment.