- added Delay to Serial flush method

Dependents:   WeeESP8266

Fork of ArduinoAPI by ITEAD STUDIO

Revision:
5:8072d40c7f3c
Parent:
4:1fec2e4c60e5
Child:
7:c62910a9e405
--- a/ArduinoSerial.h	Tue Feb 10 10:39:42 2015 +0000
+++ b/ArduinoSerial.h	Sat Mar 14 10:15:36 2015 +0000
@@ -4,6 +4,7 @@
 #include "Print.h"
 #include "WString.h"
 
+
 typedef enum {
     ARDUINOSERIAL_BUFFER_SIZE = 512,
 } ArduinoSerialConstant;