Skip to content

Commit

Permalink
Fix a typo in documentation (#1676)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aric5301 committed Aug 6, 2024
1 parent f979a19 commit 4a819a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMSIS/DoxyGen/RTOS2/src/cmsis_os2_Event.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 4a819a0

Please sign in to comment.