git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1052 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-06-22 17:31:00 +00:00
parent 1a4bff432f
commit cfe2c9e347
1 changed files with 2 additions and 3 deletions

View File

@ -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;