Extended MaximInterface
Dependents: mbed_DS28EC20_GPIO
Revision 2:dbc089c57059, committed 2017-11-06
- Comitter:
- IanBenzMaxim
- Date:
- Mon Nov 06 17:46:41 2017 -0600
- Parent:
- 1:d6de0a14c777
- Child:
- 3:f818ea5172ed
- Commit message:
- Clarified implicit virtual function.
Changed in this revision
Links/LoggingSleep.hpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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;