]> begriffs open source - freertos/commit
Fix misra violations in queue.c by introducing a union that allows the correct data...
authorRichard Barry <ribarry@amazon.com>
Mon, 11 Jun 2018 18:51:53 +0000 (18:51 +0000)
committerRichard Barry <ribarry@amazon.com>
Mon, 11 Jun 2018 18:51:53 +0000 (18:51 +0000)
commit4fbcdbf13bf57a2363277b165ea6345fe8cb9e57
tree94538461de73b194efd5d1e0b186801406615959
parent4a8c4c9eaf13f13c9d4b839f3eeaf1ac9062afeb
Fix misra violations in queue.c by introducing a union that allows the correct data types to be used in place of void *, then tidy up where the union is used.
FreeRTOS/Source/include/mpu_prototypes.h
FreeRTOS/Source/include/queue.h
FreeRTOS/Source/include/task.h
FreeRTOS/Source/portable/Common/mpu_wrappers.c
FreeRTOS/Source/queue.c
FreeRTOS/Source/tasks.c