Merge pull request #12389 from 1sadiqsa0/1sadiqsa0-patch-1

Update InterruptIn.h
pull/12405/head
Martin Kojtal 2020-02-10 12:59:12 +00:00 committed by GitHub
commit f8808384d3
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",