Christopher Haster / mbed-hal

Dependencies:   target-freescale

Fork of mbed-hal by Morpheus

Revision:
16:086d28575041
Parent:
13:d6551a5dcbbf
--- a/api/SerialBase.h	Fri Apr 01 01:16:52 2016 -0500
+++ b/api/SerialBase.h	Fri Apr 01 01:22:54 2016 -0500
@@ -210,9 +210,9 @@
     DMAUsage _rx_usage;
 #endif
 
-    serial_t         _serial;
+    serial_t        _serial;
     FunctionPointer _irq[2];
-    int              _baud;
+    int             _baud;
 
 };