From b69b059f673e5e26116e7d58904c131634a894a0 Mon Sep 17 00:00:00 2001 From: Aric Radzin Date: Tue, 6 Aug 2024 09:40:56 +0300 Subject: [PATCH] Fix a typo in documentation --- CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt index e5fbe4573f..686bd22cbe 100644 --- a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt +++ b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt @@ -137,7 +137,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) {