mbed library sources

Fork of mbed-src by mbed official

Revision:
636:acd8185c8960
Parent:
431:255afbe6270c
--- a/api/Stream.h	Wed Sep 30 17:00:09 2015 +0100
+++ b/api/Stream.h	Sun Mar 13 21:09:20 2016 +0000
@@ -29,6 +29,7 @@
 
 public:
     Stream(const char *name=NULL);
+    
     virtual ~Stream();
 
     int putc(int c);