uip: uip_arp_update() put more arguments in xdata

Saves 7-bytes.
This commit is contained in:
René van Dorst
2026-08-26 20:51:32 +02:00
parent 7cf0115182
commit 907ad08830
+1 -1
View File
@@ -175,7 +175,7 @@ uip_arp_timer(void) __banked
} }
/*-----------------------------------------------------------------------------------*/ /*-----------------------------------------------------------------------------------*/
static void static void
uip_arp_update(__xdata u16_t *ipaddr, __xdata struct uip_eth_addr *ethaddr) uip_arp_update(__xdata u16_t * __xdata ipaddr, __xdata struct uip_eth_addr * __xdata ethaddr)
{ {
uint8_t i; uint8_t i;
/* Walk through the ARP mapping table and try to find an entry to /* Walk through the ARP mapping table and try to find an entry to