Skip to content

Commit

Permalink
Fix Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
HTRamsey committed Nov 8, 2024
1 parent 869a5e6 commit 6ae79f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-test/FreeRTOS_ARP/FreeRTOS_ARP_utest.c
Original file line number Diff line number Diff line change
Expand Up @@ -1500,7 +1500,7 @@ void test_xCheckRequiresARPResolution_NotOnLocalNetwork_InvalidHeader( void )
IPPacket_t * pxIPPacket = ( ( IPPacket_t * ) pxNetworkBuffer->pucEthernetBuffer );
IPHeader_t * pxIPHeader = &( pxIPPacket->xIPHeader );

pxIPPacket->xEthernetHeader.usFrameType = ipIPv4_FRAME_TYPE;
pxIPPacket->xEthernetHeader.usFrameType = ipARP_FRAME_TYPE;

xEndPoint.ipv4_settings.ulIPAddress = 0xABCD1234;

Expand Down

0 comments on commit 6ae79f1

Please sign in to comment.