OneNet_IoT_demo for ASC platform

Dependencies:   Common_lib ESP8266 EdpKit_lib cJSON_lib driver_mbed_HP20x driver_mbed_TH02 wifi_example

Fork of mbed-os-example-esp8266 by ESP8266

Revision:
1:b4a718e62e0b
Parent:
0:b887535f68bf
--- a/esp8266-driver/ESP8266/ATParser/ATParser.h	Thu Jan 12 20:21:45 2017 +0000
+++ b/esp8266-driver/ESP8266/ATParser/ATParser.h	Thu Jan 12 22:05:15 2017 +0000
@@ -17,6 +17,8 @@
  * Parser for the AT command syntax
  *
  */
+#ifndef AT_PARSER_H
+#define AT_PARSER_H
 
 #include "mbed.h"
 #include <cstdarg>
@@ -229,4 +231,4 @@
     */
     void flush();
 };
-
+#endif