Fixed small documentation error.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6350 35acf78f-673a-0410-8e92-d51de3d6d3f4
master
gdisirio 2013-10-02 14:35:52 +00:00
parent b76fa18337
commit 3b4f6a3e6e
1 changed files with 1 additions and 1 deletions

View File

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