diff --git a/CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt b/CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt index e0610f9a..532c5e12 100644 --- a/CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt +++ b/CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt @@ -133,7 +133,7 @@ set to \token{NULL}, i.e. kernel memory allocation is used for the event control \code #include "cmsis_os2.h" // CMSIS RTOS header file -osEventFlagsId_t evt_id; // message queue id +osEventFlagsId_t evt_id; // event flags id int Init_Events (void) {