Fix Zoul at-test example

Add missing include and fix the CONTIKI path in the makefile
This commit is contained in:
George Oikonomou 2018-02-27 23:06:23 +00:00 committed by Atis Elsts
parent 635d8d78f7
commit c4f7d0f147

View File

@ -2,5 +2,5 @@ CONTIKI_PROJECT = at-master-test
MODULES = os/services/at-master
all: $(CONTIKI_PROJECT)
CONTIKI = ../../..
CONTIKI = ../../../..
include $(CONTIKI)/Makefile.include