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.
Dependents: WizFi250_AP_HelloWorld
Fork of mbed-src by
Diff: cpp/Timer.cpp
- Revision:
 - 8:4e25b8576136
 - Parent:
 - 2:143cac498751
 
diff -r 3a1b3e92fa02 -r 4e25b8576136 cpp/Timer.cpp
--- a/cpp/Timer.cpp	Wed Apr 24 15:11:33 2013 +0000
+++ b/cpp/Timer.cpp	Thu May 30 16:59:31 2013 +0100
@@ -37,7 +37,7 @@
 }
 
 float Timer::read() {
-    return (float)read_us() / 1000000.0;
+    return (float)read_us() / 1000000.0f;
 }
 
 int Timer::read_ms() {
    