Fixed small documentation error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6348 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-10-02 14:35:36 +00:00
parent dc364e27b8
commit 2be22cfd28
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ void chEvtBroadcastFlagsI(EventSource *esp, flagsmask_t flags) {
* @return The flags added to the listener by the associated
* event source.
*
* @iclass
* @api
*/
flagsmask_t chEvtGetAndClearFlags(EventListener *elp) {
flagsmask_t flags;