Remove trailing space

pull/13975/head
adbridge 2021-02-04 14:25:29 +00:00
parent d1b768ad9a
commit c7c30fe9f7
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public:
* to terminate. When called with a timeout of 0, the dispatch function * to terminate. When called with a timeout of 0, the dispatch function
* does not wait and is IRQ safe. * does not wait and is IRQ safe.
* *
* NOTE: Since the majority of the event library was updated to use * NOTE: Since the majority of the event library was updated to use
* Chrono types (as part of the Mbed 6 release), this function will not * Chrono types (as part of the Mbed 6 release), this function will not
* function as expected. Please update to use the new dispatch functions * function as expected. Please update to use the new dispatch functions
* to ensure correct functionality. * to ensure correct functionality.