Skip to content

Commit

Permalink
test uncrustify
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed Mar 30, 2023
1 parent 5bdc78e commit f660ab4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/FreeRTOS_ARP.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,10 @@ eFrameProcessingResult_t eARPProcessPacket( ARPPacket_t * const pxARPFrame )
static void vProcessARPPacketReply( const ARPPacket_t * pxARPFrame,
uint32_t ulSenderProtocolAddress )
{




const ARPHeader_t * pxARPHeader = &( pxARPFrame->xARPHeader );
uint32_t ulTargetProtocolAddress = pxARPHeader->ulTargetProtocolAddress;

Expand Down

0 comments on commit f660ab4

Please sign in to comment.