We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2554a96 commit 99c6b53Copy full SHA for 99c6b53
source/FreeRTOS_ND.c
@@ -188,8 +188,8 @@
188
* @return An enum which says whether the address was found: eARPCacheHit or eARPCacheMiss.
189
*/
190
eARPLookupResult_t eNDGetCacheEntry( IPv6_Address_t * pxIPAddress,
191
- MACAddress_t * const pxMACAddress,
192
- struct xNetworkEndPoint ** ppxEndPoint )
+ MACAddress_t * const pxMACAddress,
+ struct xNetworkEndPoint ** ppxEndPoint )
193
{
194
eARPLookupResult_t eReturn;
195
NetworkEndPoint_t * pxEndPoint;
0 commit comments