Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
18:affef3a7db2a
Parent:
15:b86c4b798aa1
--- a/io/MTSSerial.cpp	Tue Nov 03 07:05:15 2015 +0000
+++ b/io/MTSSerial.cpp	Sun Nov 29 13:52:53 2015 +0000
@@ -46,7 +46,7 @@
     serial.format(bits, parity, stop_bits);
 }
 
-extern DigitalOut led0;  //  ALS
+//extern DigitalOut led0;  //  ALS
 
 void MTSSerial::handleRead()
 {
@@ -55,7 +55,7 @@
     //  printf("[ERROR] Serial Rx Byte Dropped [%c][0x%02X]\r\n", byte, byte);
         printf( " ! " );
     }
-    led0 = !led0;  // Toggle LED on char in.  ALS
+   // led0 = !led0;  // Toggle LED on char in.  ALS
 }
 
 // Currently uses Non-Irq based blocking write calls   -- Now uses TXDRDY IRQ  ALS  20150419