\r
/* Allocate the memory for the heap. The struct is used to force byte\r
alignment without using any non-portable code. */\r
-static struct xRTOS_HEAP\r
+static union xRTOS_HEAP\r
{\r
unsigned portLONG ulDummy;\r
unsigned portCHAR ucHeap[ configTOTAL_HEAP_SIZE ];\r
\r
/* Allocate the memory for the heap. The struct is used to force byte\r
alignment without using any non-portable code. */\r
-static struct xRTOS_HEAP\r
+static union xRTOS_HEAP\r
{\r
unsigned portLONG ulDummy;\r
unsigned portCHAR ucHeap[ configTOTAL_HEAP_SIZE ];\r