Multicast example: exclude nrf52dk, which does not support routing

This commit is contained in:
Simon Duquennoy 2018-03-02 11:31:32 -08:00 committed by Atis Elsts
parent a65dcea7ce
commit 0bffd12283
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
CONTIKI_PROJECT = root intermediate sink
all: $(CONTIKI_PROJECT)
# nrf52dk only supports slave mode, i.e., with no routing
PLATFORMS_EXCLUDE = nrf52dk
CONTIKI = ../..
MODULES += os/net/ipv6/multicast