MODSERIAL with support for KL25Z + RTOS (beta, putc + puts currently)

Dependents:   kl25z_USB_4

Fork of MODSERIAL by Erik -

Revision:
2:b936b4acbd92
Parent:
0:eb2522b41db8
--- a/example.cpp	Sun Nov 21 02:15:07 2010 +0000
+++ b/example.cpp	Sun Nov 21 03:31:51 2010 +0000
@@ -54,7 +54,7 @@
     
     // Ensure the baud rate for the PC "USB" serial is much
     // higher than "uart" baud rate below.
-    pc.baud(115200);
+    pc.baud(PC_BAUD);
     
     // Use a deliberatly slow baud to fill up the TX buffer
     uart.baud(1200);