Unverified Commit 9cef3991 authored by Aric Radzin's avatar Aric Radzin Committed by GitHub
Browse files

Fix a typo in documentation (#187)

parent 607acf5d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,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) {