'uL' -> 'UL'

This commit is contained in:
AniruddhaKanhere
2020-04-13 13:58:33 -07:00
committed by Yuhui Zheng
parent 5b3a289b69
commit 40a31b6d35

View File

@ -204,7 +204,7 @@ uint8_t ucMinAgeFound = 0U;
* Unless: when '*ipLOCAL_IP_ADDRESS_POINTER' equals zero, the IP-address
* and netmask are still unknown. */
if( ( ( ulIPAddress & xNetworkAddressing.ulNetMask ) == ( ( *ipLOCAL_IP_ADDRESS_POINTER ) & xNetworkAddressing.ulNetMask ) ) ||
( *ipLOCAL_IP_ADDRESS_POINTER == 0uL ) )
( *ipLOCAL_IP_ADDRESS_POINTER == 0UL ) )
#else
/* If ipconfigARP_STORES_REMOTE_ADDRESSES is non-zero, IP addresses with
* a different netmask will also be stored. After when replying to a UDP