]> git.sur5r.net Git - freertos/commit - FreeRTOS/Source/include/task.h
Fix misra violations in queue.c by introducing a union that allows the correct data...
authorrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 11 Jun 2018 18:51:53 +0000 (18:51 +0000)
committerrtel <rtel@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 11 Jun 2018 18:51:53 +0000 (18:51 +0000)
commit0d9fe575a5094ef562b172899f9d7edb3e9db34b
tree94538461de73b194efd5d1e0b186801406615959
parent717050a858fb5f75ddf07b84904c8a09aec678ef
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.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@2546 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
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