Commit cd2b418c authored by Robert Rostohar's avatar Robert Rostohar
Browse files

Fix typo in documentation

parent 9cef3991
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;