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:
parent
dc364e27b8
commit
2be22cfd28
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue