diff options
Diffstat (limited to 'src/chevents.c')
-rw-r--r-- | src/chevents.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/chevents.c b/src/chevents.c index a7089cb13..098adce5e 100644 --- a/src/chevents.c +++ b/src/chevents.c @@ -178,9 +178,8 @@ void chEvtBroadcastI(EventSource *esp) { * @brief Invokes the event handlers associated with a mask.
*
* @param[in] mask mask of the events to be dispatched
- * @param[in] handlers an array of @p evhandler_t. The array must be
- * have indexes from zero up the higher registered event
- * identifier.
+ * @param[in] handlers an array of @p evhandler_t. The array must have size
+ * equal to the number of bits in eventmask_t.
*/
void chEvtDispatch(const evhandler_t handlers[], eventmask_t mask) {
eventid_t eid;
|