From 9cef3991b82f4b46dd162219fb320e5262fa74eb Mon Sep 17 00:00:00 2001 From: Aric Radzin Date: Tue, 6 Aug 2024 09:53:39 +0300 Subject: [PATCH] Fix a typo in documentation (#187) --- CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {