mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-10 21:55:07 -05:00
Update main.c
Remove unused variable from the MingW demo's main.c file.
This commit is contained in:
parent
d0cff20709
commit
1a55c8779f
1 changed files with 0 additions and 1 deletions
|
|
@ -351,7 +351,6 @@ purposes. */
|
||||||
static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
|
static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
|
||||||
volatile uint32_t ulAdditionalOffset = 19; /* Just to prevent 'condition is always true' warnings in configASSERT(). */
|
volatile uint32_t ulAdditionalOffset = 19; /* Just to prevent 'condition is always true' warnings in configASSERT(). */
|
||||||
HeapStats_t xHeapStats;
|
HeapStats_t xHeapStats;
|
||||||
const HeapStats_t xZeroHeapStats = { 0 };
|
|
||||||
const HeapRegion_t xHeapRegions[] =
|
const HeapRegion_t xHeapRegions[] =
|
||||||
{
|
{
|
||||||
/* Start address with dummy offsets Size */
|
/* Start address with dummy offsets Size */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue