Skip to content

Commit 0fc6dc7

Browse files
Update source/FreeRTOS_IP.c
Co-authored-by: Paul Bartell <[email protected]>
1 parent 561419c commit 0fc6dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/FreeRTOS_IP.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ static void prvProcessIPEventsAndTimers( void )
393393
uintptr_t uxState;
394394
eDHCPState_t eState;
395395

396-
/* MISRA Ref 11.6.1 [DHCP events and conversion to void] */
396+
/* MISRA Ref 11.6.1 [DHCP events and conversion from void *] */
397397
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/MISRA.md#rule-116 */
398398
/* coverity[misra_c_2012_rule_11_6_violation] */
399399
uxState = ( uintptr_t ) xReceivedEvent.pvData;

0 commit comments

Comments
 (0)