mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Fix MISRA C 2012 Rule 10.3 Violations (#974)
* Resolve violations for MISRA Rule 10.3-b2 * Formatting fix --------- Co-authored-by: bjbsmith <bjbsmith@uafeb6a6bcdce55.ant.amazon.com> Co-authored-by: chinglee-iot <61685396+chinglee-iot@users.noreply.github.com>
This commit is contained in:
parent
cd8c6c1f22
commit
d94db2d11d
3 changed files with 12 additions and 12 deletions
|
@ -2964,7 +2964,7 @@
|
|||
QueueHandle_t xInternalQueueHandle = NULL;
|
||||
BaseType_t xReturn = pdFAIL;
|
||||
|
||||
lIndex = ( uint32_t ) xQueue;
|
||||
lIndex = ( int32_t ) xQueue;
|
||||
|
||||
if( IS_EXTERNAL_INDEX_VALID( lIndex ) != pdFALSE )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue