From 84f7aa84b3a62ecc4ffc940bca7f220f48e99107 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 16 Feb 2016 14:32:36 +0000 Subject: Added terminate event replacing the old terminate API. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8907 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/src/chevents.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os/rt/src') diff --git a/os/rt/src/chevents.c b/os/rt/src/chevents.c index 87e9ba90e..ef2bd1739 100644 --- a/os/rt/src/chevents.c +++ b/os/rt/src/chevents.c @@ -155,7 +155,7 @@ void chEvtUnregister(event_source_t *esp, event_listener_t *elp) { * @brief Clears the pending events specified in the events mask. * * @param[in] events the events to be cleared - * @return The pending events that were cleared. + * @return The mask of pending events that were cleared. * * @api */ @@ -175,7 +175,7 @@ eventmask_t chEvtGetAndClearEvents(eventmask_t events) { * @b much faster than using @p chEvtBroadcast() or @p chEvtSignal(). * * @param[in] events the events to be added - * @return The current pending events. + * @return The mask of currently pending events. * * @api */ -- cgit v1.2.3