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:
39:8ef4f91813fd
Parent:
34:e84b8ad1d98b
Child:
40:6ffa97119f4f
--- a/MACROS.h	Fri Dec 12 08:49:27 2014 +0000
+++ b/MACROS.h	Sun Feb 08 19:59:54 2015 +0000
@@ -27,7 +27,7 @@
 #include "MODSERIAL_LPC11U24.h"
 #include "MODSERIAL_KL25Z.h"
 #include "MODSERIAL_KL05Z.h"
-#include "MODSERIAL_K64F.h"
+#include "MODSERIAL_KSDK.h"
 
 #define MODSERIAL_TX_BUFFER_EMPTY (buffer_count[TxIrq]==0)
 #define MODSERIAL_RX_BUFFER_EMPTY (buffer_count[RxIrq]==0)