We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5024ea commit 073e2ceCopy full SHA for 073e2ce
queue.c
@@ -462,9 +462,9 @@ BaseType_t xQueueGenericReset( QueueHandle_t xQueue,
462
*ppucQueueStorage = ( uint8_t * ) pxQueue->pcHead;
463
}
464
465
-/* MISRA Ref 11.3.1 [Misaligned access] */
466
-/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-113 */
467
-/* coverity[misra_c_2012_rule_11_3_violation] */
+ /* MISRA Ref 11.3.1 [Misaligned access] */
+ /* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-113 */
+ /* coverity[misra_c_2012_rule_11_3_violation] */
468
*ppxStaticQueue = ( StaticQueue_t * ) pxQueue;
469
xReturn = pdTRUE;
470
0 commit comments