diff options
Diffstat (limited to 'os/rt/src/chevents.c')
-rw-r--r-- | os/rt/src/chevents.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/rt/src/chevents.c b/os/rt/src/chevents.c index 6b76d0480..389e2505b 100644 --- a/os/rt/src/chevents.c +++ b/os/rt/src/chevents.c @@ -224,7 +224,7 @@ void chEvtBroadcastFlagsI(event_source_t *esp, eventflags_t flags) { * @return The flags added to the listener by the associated
* event source.
*
- * @iclass
+ * @api
*/
eventflags_t chEvtGetAndClearFlags(event_listener_t *elp) {
eventflags_t flags;
|