Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
8:211d1b8f730c
Parent:
6:a8c83a2e6fa4
--- a/Links/SleepDecorator.cpp	Tue Jul 24 08:33:31 2018 +0000
+++ b/Links/SleepDecorator.cpp	Wed Apr 03 12:33:10 2019 +0000
@@ -34,6 +34,6 @@
 
 namespace MaximInterface {
 
-void SleepDecorator::operator()(int ms) const { (*sleep)(ms); }
+void SleepDecorator::invoke(int ms) const { sleep->invoke(ms); }
 
-}
\ No newline at end of file
+}