From 1a55c8779ffd74c2cf0f5e310ba48eb3ecae1716 Mon Sep 17 00:00:00 2001 From: RichardBarry <3073890+RichardBarry@users.noreply.github.com> Date: Wed, 9 Sep 2020 21:26:07 -0700 Subject: [PATCH] Update main.c Remove unused variable from the MingW demo's main.c file. --- FreeRTOS/Demo/WIN32-MingW/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c index 6ec43e13dc..5ddd7b8f6e 100644 --- a/FreeRTOS/Demo/WIN32-MingW/main.c +++ b/FreeRTOS/Demo/WIN32-MingW/main.c @@ -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 */