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 561419c commit 0fc6dc7Copy full SHA for 0fc6dc7
source/FreeRTOS_IP.c
@@ -393,7 +393,7 @@ static void prvProcessIPEventsAndTimers( void )
393
uintptr_t uxState;
394
eDHCPState_t eState;
395
396
- /* MISRA Ref 11.6.1 [DHCP events and conversion to void] */
+ /* MISRA Ref 11.6.1 [DHCP events and conversion from void *] */
397
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/MISRA.md#rule-116 */
398
/* coverity[misra_c_2012_rule_11_6_violation] */
399
uxState = ( uintptr_t ) xReceivedEvent.pvData;
0 commit comments