Lancaster University's (short term!) clone of mbed-src for micro:bit. This is a copy of the github branch https://github.com/lancaster-university/mbed-classic
Fork of mbed-src by
Diff: common/Timeout.cpp
- Revision:
- 36:ab3ee77451e7
- Parent:
- 15:4892fe388435
diff -r 371630885ad6 -r ab3ee77451e7 common/Timeout.cpp --- 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