Multicast example: exclude nrf52dk, which does not support routing
This commit is contained in:
parent
a65dcea7ce
commit
0bffd12283
@ -1,6 +1,9 @@
|
|||||||
CONTIKI_PROJECT = root intermediate sink
|
CONTIKI_PROJECT = root intermediate sink
|
||||||
all: $(CONTIKI_PROJECT)
|
all: $(CONTIKI_PROJECT)
|
||||||
|
|
||||||
|
# nrf52dk only supports slave mode, i.e., with no routing
|
||||||
|
PLATFORMS_EXCLUDE = nrf52dk
|
||||||
|
|
||||||
CONTIKI = ../..
|
CONTIKI = ../..
|
||||||
|
|
||||||
MODULES += os/net/ipv6/multicast
|
MODULES += os/net/ipv6/multicast
|
||||||
|
Loading…
Reference in New Issue
Block a user