summaryrefslogtreecommitdiff
path: root/FreeRTOS/Demo/WIN32-MingW/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'FreeRTOS/Demo/WIN32-MingW/main.c')
-rw-r--r--FreeRTOS/Demo/WIN32-MingW/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/FreeRTOS/Demo/WIN32-MingW/main.c b/FreeRTOS/Demo/WIN32-MingW/main.c
index bd136f628..6ec43e13d 100644
--- a/FreeRTOS/Demo/WIN32-MingW/main.c
+++ b/FreeRTOS/Demo/WIN32-MingW/main.c
@@ -370,7 +370,6 @@ const HeapRegion_t xHeapRegions[] =
/* The heap has not been initialised yet so expect stats to all be zero. */
vPortGetHeapStats( &xHeapStats );
- configASSERT( memcmp( &xHeapStats, &xZeroHeapStats, sizeof( HeapStats_t ) ) == 0 );
vPortDefineHeapRegions( xHeapRegions );