USBclock 48Mhz, enable serial4 and serial5.

Fork of mbed-src by mbed official

Import programL152RE_serial45_example

NUCLEO-L152RE serial4,5 test program

Revision:
36:ab3ee77451e7
Parent:
15:4892fe388435
--- a/common/Timeout.cpp	Mon Oct 21 11:45:04 2013 +0100
+++ b/common/Timeout.cpp	Wed Oct 23 14:15:04 2013 +0100
@@ -18,7 +18,7 @@
 namespace mbed {
 
 void Timeout::handler() {
-    _chain.call();
+    _function.call();
 }
 
 } // namespace mbed