Skip to content

Commit

Permalink
Fix a typo in documentation (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aric5301 authored Aug 6, 2024
1 parent 607acf5 commit 9cef399
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit 9cef399

Please sign in to comment.