Refactoring of the ESP8266 target code to match the latest API.

Fixes issue #1211.

JerryScript-DCO-1.0-Signed-off-by: Slavey Karadzhov slaff@attachix.com
This commit is contained in:
Slavey Karadzhov
2016-07-17 12:47:15 +02:00
parent 76d42b5e8e
commit 23db8b5544
5 changed files with 111 additions and 121 deletions
+1 -2
View File
@@ -38,7 +38,6 @@ endif
#
INCLUDES := $(INCLUDES) -I $(PDIR)include
INCLUDES += -I ./ -I ../include
PDIR := ../$(PDIR)
INCLUDES += -I ./ -I ../include -I../../../
sinclude $(PDIR)Makefile
+2
View File
@@ -17,6 +17,8 @@
#include <stdio.h>
#include <stdarg.h>
#include "jerry-core/jerry-port.h"
/**
* Provide console message implementation for the engine.
*/