diff options
| author | TiejunZhou <[email protected]> | 2023-05-18 15:57:53 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-18 15:57:53 +0800 |
| commit | d66a519685d1842391b65e237b94a678cd6f65c3 (patch) | |
| tree | 5bac992cf9b610df1807863a3aa055d6b6240428 /common_modules/module_lib/src/txm_module_object_pointer_get.c | |
| parent | 6b8ece0ff28fb0160a2fdf51c09df09d587f4575 (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_module_object_pointer_get.c')
0 files changed, 0 insertions, 0 deletions
