]> git.sur5r.net Git - freertos/commit
Change structs to unions to save a few bytes. Normally unions are against the coding...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 30 May 2009 13:25:16 +0000 (13:25 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Sat, 30 May 2009 13:25:16 +0000 (13:25 +0000)
commit3c3228083a1ac495d5fcbd3b7e0e168d9da75080
tree1651f64995a4e416d18c8804cec15ebe6ece414f
parent5204a728344508109c99135368cc0f0a1ceca966
Change structs to unions to save a few bytes.  Normally unions are against the coding standard but in this case they are permitted as their use is purely to ensure byte alignment.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@751 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Source/portable/MemMang/heap_1.c
Source/portable/MemMang/heap_2.c