Uncrustify: triggered by comment.

This commit is contained in:
GitHub Action 2024-04-09 07:46:04 +00:00
parent b8973c76fc
commit 0106ee8776

View file

@ -245,7 +245,7 @@
* FreeRTOS/source/event_groups.c source file must be included in the build if * FreeRTOS/source/event_groups.c source file must be included in the build if
* configUSE_EVENT_GROUPS is set to 1. Defaults to 1 if left undefined. */ * configUSE_EVENT_GROUPS is set to 1. Defaults to 1 if left undefined. */
#define configUSE_EVENT_GROUPS 1 #define configUSE_EVENT_GROUPS 1
/******************************************************************************/ /******************************************************************************/
/* Stream Buffer related definitions. *****************************************/ /* Stream Buffer related definitions. *****************************************/
@ -256,7 +256,7 @@
* FreeRTOS/source/stream_buffer.c source file must be included in the build if * FreeRTOS/source/stream_buffer.c source file must be included in the build if
* configUSE_STREAM_BUFFERS is set to 1. Defaults to 1 if left undefined. */ * configUSE_STREAM_BUFFERS is set to 1. Defaults to 1 if left undefined. */
#define configUSE_STREAM_BUFFERS 1 #define configUSE_STREAM_BUFFERS 1
/******************************************************************************/ /******************************************************************************/
/* Memory allocation related definitions. *************************************/ /* Memory allocation related definitions. *************************************/