Skip to content

Commit

Permalink
Update one more occurance
Browse files Browse the repository at this point in the history
  • Loading branch information
moninom1 committed Jan 8, 2024
1 parent 9616bd1 commit 3db9203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/FreeRTOS_ARP.c
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ static TickType_t xLastGratuitousARPTime = 0U;
( unsigned ) FreeRTOS_ntohl( ulTargetProtocolAddress ),
( unsigned ) ( FreeRTOS_ntohl( ( pxTargetEndPoint != NULL ) ? pxTargetEndPoint->ipv4_settings.ulIPAddress : 0U ) ) ) );
}
#endif /* ( ipconfigHAS_PRINTF != 0 ) */
#endif /* ( ipconfigHAS_DEBUG_PRINTF != 0 ) */

/* ulTargetProtocolAddress won't be used unless logging is enabled. */
( void ) ulTargetProtocolAddress;
Expand Down

0 comments on commit 3db9203

Please sign in to comment.