From 18225f5d2252823eecc8709505bd3298c05b3e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20van=20Dorst?= Date: Sun, 19 Apr 2026 00:30:42 +0200 Subject: [PATCH] uip: more fix. --- uip/uip_arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uip/uip_arch.h b/uip/uip_arch.h index 5d408d9..f4547d6 100644 --- a/uip/uip_arch.h +++ b/uip/uip_arch.h @@ -81,7 +81,7 @@ * * \param op16 A 16-bit integer in host byte order. */ -void uip_add32(u8_t __xdata * op32, u16_t op16); +void uip_add32(__xdata u8_t * op32, u16_t op16); /** * Calculate the Internet checksum over a buffer.