Update main.c

Remove unused variable from the MingW demo's main.c file.
pull/259/head^2
RichardBarry 5 years ago committed by GitHub
parent d0cff20709
commit 1a55c8779f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 */

Loading…
Cancel
Save