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 HardwareTimersLib by
Diff: HardwareTimer.cpp
- Revision:
- 2:5056ec8c52e8
- Parent:
- 0:47acc8320421
- Child:
- 7:78f6ee57d324
--- a/HardwareTimer.cpp Sun Mar 09 01:09:56 2014 +0000 +++ b/HardwareTimer.cpp Sun Mar 09 03:02:55 2014 +0000 @@ -7,7 +7,7 @@ #include "mbed.h" #include "HardwareTimer.h" -HardwareTimer::HardwareTimer(uint32_t tickValue) : +HardwareTimer::HardwareTimer(float tickValue) : __valid(false), __enabled(false), __tickValue(tickValue)