Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
Remove unused variable from the MingW demo's main.c file.
  • Loading branch information
RichardBarry authored Sep 10, 2020
1 parent d0cff20 commit 1a55c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FreeRTOS/Demo/WIN32-MingW/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 1a55c87

Please sign in to comment.