Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of football_project by
Diff: io/MySerial.cpp
- Revision:
- 15:b86c4b798aa1
- Parent:
- 9:95dc84e9fb7f
--- 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;
