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:
28:76793a84f9e5
Parent:
27:9c93ce7cb9d8
Child:
29:9a41078f0488
--- a/INIT.cpp	Thu Jul 11 13:34:53 2013 +0000
+++ b/INIT.cpp	Fri Jul 12 15:27:07 2013 +0000
@@ -66,7 +66,7 @@
     }
     
 
-    ENABLE_FIFO;
+    initDevice();
 
     //_FCR = MODSERIAL_FIFO_ENABLE | MODSERIAL_FIFO_RX_RESET | MODSERIAL_FIFO_TX_RESET;