Commented out the body of bool MODSERIAL::claim (FILE *stream) since it causes problems with the latest mbed library

Dependents:   ATT_Cellular_IOT_Button Avnet_ATT_Cellular_Pubnub Hiking_Pal Avnet_ATT_Cellular_IOT ... more

Fork of MODSERIAL by Erik -

Revision:
29:9a41078f0488
Parent:
28:76793a84f9e5
Child:
30:b04ce87dc424
--- a/INIT.cpp	Fri Jul 12 15:27:07 2013 +0000
+++ b/INIT.cpp	Fri Jul 12 15:56:20 2013 +0000
@@ -36,9 +36,10 @@
 void
 MODSERIAL::init( int txSize, int rxSize, PinName rx )
 {
+    
     NVIC_DisableIRQ(_IRQ);
     setBase();
-    
+
     callbackInfo.setSerial(this);
     
     dmaSendChannel  = -1;