commit | 390fb06b49fcf4287f5738da0279a1170f3ae26d | [log] [tgz] |
---|---|---|
author | Richard Barry <ribarry@amazon.com> | Sun Jun 03 22:57:46 2018 +0000 |
committer | Richard Barry <ribarry@amazon.com> | Sun Jun 03 22:57:46 2018 +0000 |
tree | 955201da6a5fc8b54f5e6b92832ef4d1f57f8296 | |
parent | 5bebf10fa445f511dc9cf736df258e9ca1fa29ce [diff] |
First pass at updating from MISRA 2004 to MISRA 2012: Updated pvContainer member of list items to List_t * rather than void * as they are always contained in a list if anywhere. Made EventGroupHandle_t typesafe pointer to forward referenced struct rather than void pointer. Made TaskHandle_t typesafe pointer to forward referenced struct, rather than a void pointer.