Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRostohar committed Aug 19, 2024
1 parent 9cef399 commit cd2b418
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cd2b418

Please sign in to comment.