Andriy Makukha / Mbed 2 deprecated football_project_wo_output

Dependencies:   mbed

Fork of football_project by MZJ

Revision:
15:b86c4b798aa1
Parent:
9:95dc84e9fb7f
diff -r 76fb883a3cb8 -r b86c4b798aa1 io/MySerial.cpp
--- a/io/MySerial.cpp	Tue Jun 30 07:35:28 2015 +0000
+++ b/io/MySerial.cpp	Tue Jun 30 21:45:21 2015 +0000
@@ -16,6 +16,8 @@
 
     void UART0_IRQHandler();  // Make sure UART0_IRQHandler is commented-out in serial_api.c (rebuild mbed lib.)
                               // TODO Maybe move all serial_api.c workarounds into serial_api.c
+                              // NOTE: Source of lib no longer needed to comment-out IRQ handler--
+                              //        Now overridden w/ $Sub$$UART0_IRQHandler()
 }
 
 extern int stdio_uart_inited;
@@ -358,7 +360,7 @@
 extern "C"
 {
 #endif
-void UART0_IRQHandler()
+void $Sub$$UART0_IRQHandler()
 {
     MySerial::IrqType irq_type;