Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
8:211d1b8f730c
Parent:
6:a8c83a2e6fa4
--- a/Platforms/mbed/Sleep.hpp	Tue Jul 24 08:33:31 2018 +0000
+++ b/Platforms/mbed/Sleep.hpp	Wed Apr 03 12:33:10 2019 +0000
@@ -44,8 +44,7 @@
 class Sleep : public MaximInterface::Sleep, private Uncopyable {
 public:
   static Sleep & instance();
-
-  virtual void operator()(int ms) const;
+  virtual void invoke(int ms) const;
 
 private:
   Sleep() {}