Update main.c

Remove unused variable from the MingW demo's main.c file.
This commit is contained in:
RichardBarry 2020-09-09 21:26:07 -07:00 committed by GitHub
parent d0cff20709
commit 1a55c8779f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -351,7 +351,6 @@ purposes. */
static uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
volatile uint32_t ulAdditionalOffset = 19; /* Just to prevent 'condition is always true' warnings in configASSERT(). */
HeapStats_t xHeapStats;
const HeapStats_t xZeroHeapStats = { 0 };
const HeapRegion_t xHeapRegions[] =
{
/* Start address with dummy offsets Size */