From cd2b418c90465a5e6863518130c2f867f1f4c70d Mon Sep 17 00:00:00 2001 From: Robert Rostohar Date: Mon, 19 Aug 2024 15:26:09 +0200 Subject: [PATCH] Fix typo in documentation --- 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 532c5e12..a3aaa666 100644 --- a/CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt +++ b/CMSIS/Documentation/Doxygen/RTOS2/src/ref_cmsis_os2_event.txt @@ -297,7 +297,7 @@ The function \b osEventFlagsGetName returns the pointer to the name string of th \code #include "cmsis_os2.h" // CMSIS RTOS header file -osEventFlagsId_t evt_id; // event flasg id +osEventFlagsId_t evt_id; // event flags id void EvtFlagsGetName_example (void) { char *name;