Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
6:a8c83a2e6fa4
Parent:
0:f77ad7f72d04
--- a/Platforms/mbed/Sleep.cpp	Fri Jan 19 10:25:02 2018 -0600
+++ b/Platforms/mbed/Sleep.cpp	Wed Jan 23 13:11:04 2019 -0600
@@ -43,7 +43,7 @@
   return instance;
 }
 
-void Sleep::operator()(int ms) const { sleep(ms); }
+void Sleep::invoke(int ms) const { sleep(ms); }
 
 } // namespace mbed
-} // namespace MaximInterface
\ No newline at end of file
+} // namespace MaximInterface