]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/include/FreeRTOS_ARP.h
Update TCP/IP tack to latest form Git.
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-TCP / include / FreeRTOS_ARP.h
index b9974b4607f1df7b15bea39ec5c4af3bf0933daf..563236b7b384552b286701cb91eb5c184b093459 100644 (file)
@@ -42,9 +42,9 @@ extern "C" {
 typedef struct xARP_CACHE_TABLE_ROW\r
 {\r
        uint32_t ulIPAddress;           /* The IP address of an ARP cache entry. */\r
-       MACAddress_t xMACAddress;  /* The MAC address of an ARP cache entry. */\r
+       MACAddress_t xMACAddress;       /* The MAC address of an ARP cache entry. */\r
        uint8_t ucAge;                          /* A value that is periodically decremented but can also be refreshed by active communication.  The ARP cache entry is removed if the value reaches zero. */\r
-    uint8_t ucValid;                   /* pdTRUE: xMACAddress is valid, pdFALSE: waiting for ARP reply */\r
+       uint8_t ucValid;                        /* pdTRUE: xMACAddress is valid, pdFALSE: waiting for ARP reply */\r
 } ARPCacheRow_t;\r
 \r
 typedef enum\r