add exponential

This commit is contained in:
Harald Pichler 2016-01-25 22:39:52 +01:00
parent f2fe41017b
commit c09625704c
2 changed files with 7 additions and 5 deletions

View file

@ -15,7 +15,7 @@ CONTIKI_WITH_IPV6 = 1
CFLAGS += -DPROJECT_CONF_H=\"project-conf.h\"
PROJECT_SOURCEFILES += ${SKETCH}.cpp klin.c
PROJECT_SOURCEFILES += ${SKETCH}.cpp kexp.c
# automatically build RESTful resources
REST_RESOURCES_DIR = ./resources