Extended MaximInterface

Dependents:   mbed_DS28EC20_GPIO

Revision:
7:471901a04573
Parent:
6:a8c83a2e6fa4
--- a/Utilities/Function.hpp	Wed Jan 23 13:11:04 2019 -0600
+++ b/Utilities/Function.hpp	Mon Mar 04 08:10:00 2019 -0600
@@ -240,7 +240,7 @@
 
 } // namespace detail
 
-// Function wrapper similar to std::function for 0-2 argument functions.
+// Function wrapper similar to std::function for 0-3 argument functions.
 template <typename> class Function;
 
 // Function implementation for zero argument functions.