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:
19:a158936322cc
Parent:
18:21ef26402365
Child:
20:59c74aaedda2
--- a/MODSERIAL.h	Thu Apr 21 09:20:41 2011 +0000
+++ b/MODSERIAL.h	Thu Apr 21 09:39:50 2011 +0000
@@ -56,7 +56,7 @@
  * @see API 
  *
  * <b>MODSERIAL_IRQ_INFO</b> is a class used to pass information (and access to protected
- * MODSERIAL functions) to IRQ callbacks.
+ * MODSERIAL functions) to IRQ callbacks. 
  */
 class MODSERIAL_IRQ_INFO
 {
@@ -178,7 +178,11 @@
  * @author Andy Kirkham
  * @see http://mbed.org/cookbook/MODSERIAL
  * @see http://mbed.org/handbook/Serial
- * @see example.cpp
+ * @see example1.cpp
+ * @see example2.cpp
+ * @see example3a.cpp
+ * @see example3b.cpp
+ * @see example_dma.cpp
  * @see API 
  *
  * <b>MODSERIAL</b> extends the Mbed library <a href="/handbook/Serial">Serial</a> to provide fully buffered