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: DetectFreqAboveTH RN41
Diff: myTimer.cpp
- Revision:
- 3:de4737751df6
- Parent:
- 2:3060a6604f13
- Child:
- 4:2f7a8e62597a
--- a/myTimer.cpp Tue Oct 06 06:53:16 2015 +0000
+++ b/myTimer.cpp Tue Oct 20 08:24:35 2015 +0000
@@ -49,6 +49,6 @@
int wt= waitTime- this->read_ms(_START, _RESET, _STOP);
if(wt <= 0)
return;
- wait_ms(wt);
+ ::wait_ms(wt);
return;
}
\ No newline at end of file