Skip to content

Commit 9eb9011

Browse files
authored
Update InterruptIn.h
Falling edge doc correction.
1 parent d847f9f commit 9eb9011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/InterruptIn.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ class InterruptIn : private NonCopyable<InterruptIn> {
134134
* @param obj pointer to the object to call the member function on
135135
* @param method pointer to the member function to be called
136136
* @deprecated
137-
* The rise function does not support cv-qualifiers. Replaced by
138-
* rise(callback(obj, method)).
137+
* The fall function does not support cv-qualifiers. Replaced by
138+
* fall(callback(obj, method)).
139139
*/
140140
template<typename T, typename M>
141141
MBED_DEPRECATED_SINCE("mbed-os-5.1",

0 commit comments

Comments
 (0)