modify to nucleo stm32F411

Dependencies:   RingBuffer

Dependents:   MX_control Program_BEAR_Protocol SwitchMode BEAR_Motion ... more

Fork of iSerial by Yoji KURODA

Revision:
6:8d4b95b90c3b
Parent:
5:d83fc550ccbc
Child:
7:5a25789c3b55
--- a/iSerial.h	Mon Sep 03 11:18:05 2012 +0000
+++ b/iSerial.h	Mon Sep 03 12:01:55 2012 +0000
@@ -43,6 +43,8 @@
     short int puts(const char* s);
     //void printf();
     char* printf(const char* format, ...);
+
+    void flush(void);
 };