Update InterruptIn.h

Falling edge doc correction.
pull/12389/head
Shaik Abdul Sadiq 2020-02-07 16:51:02 +05:30 committed by GitHub
parent d847f9f164
commit 9eb9011861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -134,8 +134,8 @@ public:
* @param obj pointer to the object to call the member function on
* @param method pointer to the member function to be called
* @deprecated
* The rise function does not support cv-qualifiers. Replaced by
* rise(callback(obj, method)).
* The fall function does not support cv-qualifiers. Replaced by
* fall(callback(obj, method)).
*/
template<typename T, typename M>
MBED_DEPRECATED_SINCE("mbed-os-5.1",