uip: more fix.

This commit is contained in:
René van Dorst
2026-04-19 22:18:39 +02:00
parent 224471d676
commit 18225f5d22
+1 -1
View File
@@ -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.