1
0
mirror of https://github.com/FreeRTOS/FreeRTOS.git synced 2025-06-21 15:59:26 +08:00

'uL' -> 'UL'

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

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