commit | 4a819a09ccadacc3bad2def1d5121f137fc330fb | [log] [tgz] |
---|---|---|
author | Aric Radzin <aric.radzin@gmail.com> | Tue Aug 06 09:54:29 2024 +0300 |
committer | GitHub <noreply@github.com> | Tue Aug 06 08:54:29 2024 +0200 |
tree | f54662a7979ac9032477017f89b3f8ea8f621439 | |
parent | f979a19f8e923d85946cab56fb815a11a9e9a5a7 [diff] |
Fix a typo in documentation (#1676)
diff --git a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt index e5fbe45..686bd22 100644 --- a/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt +++ b/CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt
@@ -137,7 +137,7 @@ \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) {