nrf52 coap example: fix coap module path

This commit is contained in:
Simon Duquennoy 2017-09-02 09:54:07 +02:00
parent 3361a46389
commit 3bb55f7393
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ PROJECTDIRS += $(REST_RESOURCES_DIR)
PROJECT_SOURCEFILES += $(REST_RESOURCES_FILES)
# REST Engine shall use Erbium CoAP implementation
MODULE += coap
MODULES += os/net/app-layer/coap
CONTIKI_WITH_RPL = 0