Skip to content

Commit

Permalink
Uncrustify: triggered by comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and HTRamsey committed Mar 20, 2024
1 parent f3d960f commit b5a21d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions source/FreeRTOS_IP.c
Expand Up @@ -1512,6 +1512,7 @@ eFrameProcessingResult_t eConsiderFrameForProcessing( const uint8_t * const pucE

/* Third, filter based on destination mac address. */
pxEndPoint = FreeRTOS_FindEndPointOnMAC( &( pxEthernetHeader->xDestinationAddress ), NULL );

if( pxEndPoint != NULL )
{
/* A destination endpoint was found - Continue filter checks. */
Expand Down
6 changes: 3 additions & 3 deletions source/include/FreeRTOS_IPv4.h
Expand Up @@ -59,9 +59,9 @@ struct xIP_PACKET;
#define ipIPV4_VERSION_HEADER_LENGTH_MAX 0x4FU /**< Maximum IPv4 header length. */

/* IPv4 multicast MAC address starts with 01-00-5E. */
#define ipMULTICAST_MAC_ADDRESS_IPv4_0 0x01U
#define ipMULTICAST_MAC_ADDRESS_IPv4_1 0x00U
#define ipMULTICAST_MAC_ADDRESS_IPv4_2 0x5EU
#define ipMULTICAST_MAC_ADDRESS_IPv4_0 0x01U
#define ipMULTICAST_MAC_ADDRESS_IPv4_1 0x00U
#define ipMULTICAST_MAC_ADDRESS_IPv4_2 0x5EU

/*
* These functions come from the IPv4-only library.
Expand Down
2 changes: 1 addition & 1 deletion test/unit-test/ConfigFiles/FreeRTOSIPConfig.h
Expand Up @@ -307,7 +307,7 @@
#define ipconfigUSE_NBNS ( 1 )

#define ipconfigUSE_LLMNR ( 1 )
#define ipconfigUSE_MDNS ( 1 )
#define ipconfigUSE_MDNS ( 1 )

#define ipconfigDNS_USE_CALLBACKS 1
#define ipconfigUSE_ARP_REMOVE_ENTRY 1
Expand Down

0 comments on commit b5a21d1

Please sign in to comment.