Discontinue multicast example on platform sky

This commit is contained in:
Simon Duquennoy 2018-04-21 13:28:27 -07:00
parent f9a1f958e1
commit 8806fd2aca
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@ all: $(CONTIKI_PROJECT)
# nrf52dk only supports slave mode, i.e., with no routing
PLATFORMS_EXCLUDE = nrf52dk
# does not fit sky motes
PLATFORMS_EXCLUDE += sky
CONTIKI = ../..

View File

@ -7,7 +7,6 @@ hello-world/native:MAKE_NET=MAKE_NET_NULLNET \
hello-world/native:MAKE_ROUTING=MAKE_ROUTING_RPL_CLASSIC \
hello-world/sky \
storage/eeprom-test/native \
multicast/sky \
libs/logging/native \
libs/energest/native \
libs/energest/sky \