fix typo gab -> gap and adjust indentation level (#1097)

Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
Florian La Roche 2024-06-29 08:07:15 +02:00 committed by GitHub
parent 17dfd0f808
commit 646881e7f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 15 additions and 15 deletions

View file

@ -65,7 +65,7 @@
#if ( configAPPLICATION_ALLOCATED_HEAP == 1 )
/* The application writer has already defined the array used for the RTOS
* heap - probably so it can be placed in a special segment or address. */
* heap - probably so it can be placed in a special segment or address. */
extern uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
#else
static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];