MAX3100, an external serial device to add additional serial ports via SPI

Dependents:   FLIGHT_CONTROL_AND_COMMUNICATIONS_SYSTEM

Revision:
1:46c8c60e744a
Parent:
0:055897ab699b
--- a/example1.h	Sun Jan 16 18:27:44 2011 +0000
+++ b/example1.h	Mon Jan 17 01:14:16 2011 +0000
@@ -60,7 +60,6 @@
     while (1) {
         if (pc.readable()) {
             int c = pc.getc();
-            while (!max.writable());
             max.putc(c);            
         }
         if (max.readable()) {