Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
8:211d1b8f730c
Parent:
6:a8c83a2e6fa4
--- a/Platforms/mbed/Sleep.cpp	Tue Jul 24 08:33:31 2018 +0000
+++ b/Platforms/mbed/Sleep.cpp	Wed Apr 03 12:33:10 2019 +0000
@@ -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