Skip to content

Commit

Permalink
typo: add space to examples/template_configuration/FreeRTOSConfig.h
Browse files Browse the repository at this point in the history
Signed-off-by: Florian La Roche <[email protected]>
  • Loading branch information
laroche committed May 23, 2024
1 parent 9697f8c commit 6fe13e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/template_configuration/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@
#define configUSE_APPLICATION_TASK_TAG 0

/* USE_POSIX_ERRNO enables the task global FreeRTOS_errno variable which will
* containthe most recent error for that task. */
* contain the most recent error for that task. */
#define configUSE_POSIX_ERRNO 0

/* Set the following INCLUDE_* constants to 1 to incldue the named API function,
Expand Down

0 comments on commit 6fe13e9

Please sign in to comment.