]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/MemMang/heap_1.c
Case unused return values for memset and memcpy to void in stream_buffer.c to avoid...
[freertos] / FreeRTOS / Source / portable / MemMang / heap_1.c
index 54981d6cc2d77a219944a74756458144a85ca0de..d93f9107994eac0930e979870f783bb7c84af348 100644 (file)
@@ -52,7 +52,6 @@ task.h is included from an application file. */
 /* A few bytes might be lost to byte aligning the heap start address. */\r
 #define configADJUSTED_HEAP_SIZE       ( configTOTAL_HEAP_SIZE - portBYTE_ALIGNMENT )\r
 \r
-/* Allocate the memory for the heap. */\r
 /* Allocate the memory for the heap. */\r
 #if( configAPPLICATION_ALLOCATED_HEAP == 1 )\r
        /* The application writer has already defined the array used for the RTOS\r