Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
6:a8c83a2e6fa4
Parent:
0:f77ad7f72d04
--- a/Platforms/mbed/Sleep.hpp	Fri Jan 19 10:25:02 2018 -0600
+++ b/Platforms/mbed/Sleep.hpp	Wed Jan 23 13:11:04 2019 -0600
@@ -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() {}