Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
2:dbc089c57059
Parent:
0:f77ad7f72d04
Child:
6:a8c83a2e6fa4
--- a/Links/LoggingSleep.hpp	Mon Nov 06 16:06:27 2017 -0600
+++ b/Links/LoggingSleep.hpp	Mon Nov 06 17:46:41 2017 -0600
@@ -49,7 +49,7 @@
     this->writeMessage = writeMessage;
   }
 
-  MaximInterface_EXPORT void operator()(int ms) const;
+  MaximInterface_EXPORT virtual void operator()(int ms) const;
 
 private:
   WriteMessage writeMessage;