summaryrefslogtreecommitdiff
path: root/common_modules/module_lib/src/txm_byte_pool_delete.c
diff options
context:
space:
mode:
authorTiejunZhou <[email protected]>2023-05-18 15:57:53 +0800
committerGitHub <[email protected]>2023-05-18 15:57:53 +0800
commitd66a519685d1842391b65e237b94a678cd6f65c3 (patch)
tree5bac992cf9b610df1807863a3aa055d6b6240428 /common_modules/module_lib/src/txm_byte_pool_delete.c
parent6b8ece0ff28fb0160a2fdf51c09df09d587f4575 (diff)
Fix MISRA issues for ThreadX SMP (#263)
* Fixed MISRA2012 rule 10.4_a The operands `pool_ptr->tx_byte_pool_fragments' and `2' have essential type categories unsigned 32-bit int and signed 8-bit int, which do not match. * Fixed MISRA2012 rule 10.4_a The operands `next_priority' and `TX_MAX_PRIORITIES' have essential type categories unsigned 32-bit int and signed 8-bit int, which do not match. * Fixed MISRA2012 rule 8.3 Declaration/definition of `_tx_thread_smp_preemptable_threads_get' is inconsistent with previous declaration/definition in types and/or type qualifiers
Diffstat (limited to 'common_modules/module_lib/src/txm_byte_pool_delete.c')
0 files changed, 0 insertions, 0 deletions