mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
uip: more fix.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@
|
|||||||
*
|
*
|
||||||
* \param op16 A 16-bit integer in host byte order.
|
* \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.
|
* Calculate the Internet checksum over a buffer.
|
||||||
|
|||||||
Reference in New Issue
Block a user