We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e70d04 + 9eb9011 commit f880838Copy full SHA for f880838
drivers/InterruptIn.h
@@ -134,8 +134,8 @@ class InterruptIn : private NonCopyable<InterruptIn> {
134
* @param obj pointer to the object to call the member function on
135
* @param method pointer to the member function to be called
136
* @deprecated
137
- * The rise function does not support cv-qualifiers. Replaced by
138
- * rise(callback(obj, method)).
+ * The fall function does not support cv-qualifiers. Replaced by
+ * fall(callback(obj, method)).
139
*/
140
template<typename T, typename M>
141
MBED_DEPRECATED_SINCE("mbed-os-5.1",
0 commit comments