Skip to content

Commit f880838

Browse files
authored
Merge pull request ARMmbed#12389 from 1sadiqsa0/1sadiqsa0-patch-1
Update InterruptIn.h
2 parents 4e70d04 + 9eb9011 commit f880838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/InterruptIn.h

+2-2
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)