Akinori Hashimoto / myTimer

Dependents:   DetectFreqAboveTH RN41

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