]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/queue.c
Replace the #define that maps the uxRecursiveCallCount to the pcReadFrom pointer...
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 24 Jun 2013 12:20:00 +0000 (12:20 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 24 Jun 2013 12:20:00 +0000 (12:20 +0000)
commit0881313277d2a7242f19149fcf199f45c160e84e
tree280a84fed43bf01e948ba2eee2fb0e909cfa7962
parentd62ee855aec5f0be16ac895ccbf231c1aec3b27a
Replace the #define that maps the uxRecursiveCallCount to the pcReadFrom pointer with a union - although this is against the coding standard it seemed the best way of ensuring complete adherence to the C standard and allow correct builds with LLVM when the optimiser is on.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1945 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
FreeRTOS/Source/queue.c