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:
30:b04ce87dc424
--- a/MODSERIAL.h	Thu Jul 11 13:34:53 2013 +0000
+++ b/MODSERIAL.h	Fri Jul 12 15:27:07 2013 +0000
@@ -1061,8 +1061,17 @@
 
 
 //DEVICE SPECIFIC FUNCTIONS:
+    private:
+    /**
+    * Set pointers to UART and IRQ
+    */
     void setBase( void );
     
+    /**
+    * If required, allows for adding specific settings
+    */
+    void initDevice( void );
+    
     IRQn_Type _IRQ;
     
     public:
@@ -1077,7 +1086,6 @@
      */
     bool txIsBusy(void);
     
-    
 
 };