aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/ch.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'os/various/ch.hpp')
-rw-r--r--os/various/ch.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/os/various/ch.hpp b/os/various/ch.hpp
index 2f1ef754d..7bbd43c9f 100644
--- a/os/various/ch.hpp
+++ b/os/various/ch.hpp
@@ -516,7 +516,7 @@ namespace chibios_rt {
* @param[in] mask the events to be cleared
* @return The pending events that were cleared.
*/
- static eventmask_t Clear(eventmask_t mask);
+ static eventmask_t ClearFlags(eventmask_t mask);
/**
* @brief Makes an events mask pending in the current thread.
@@ -525,7 +525,7 @@ namespace chibios_rt {
* @param[in] mask the events to be pended
* @return The current pending events mask.
*/
- static eventmask_t Pend(eventmask_t mask);
+ static eventmask_t AddFlags(eventmask_t mask);
/**
* @brief Invokes the event handlers associated with a mask.