Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 4a819a0

Browse files
authored
Fix a typo in documentation (#1676)
1 parent f979a19 commit 4a819a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ set to \token{NULL}, i.e. kernel memory allocation is used for the event control
137137
\code
138138
#include "cmsis_os2.h" // CMSIS RTOS header file
139139

140-
osEventFlagsId_t evt_id; // message queue id
140+
osEventFlagsId_t evt_id; // event flags id
141141

142142
int Init_Events (void) {
143143

0 commit comments

Comments
 (0)