mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Add ntohs&l() and htons&l
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@324 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -2157,11 +2157,6 @@ void uip_interrupt(uint8 flag)
|
||||
return;
|
||||
}
|
||||
|
||||
uint16 htons(uint16 val)
|
||||
{
|
||||
return HTONS(val);
|
||||
}
|
||||
|
||||
void uip_send(const void *data, int len)
|
||||
{
|
||||
if (len > 0)
|
||||
|
||||
Reference in New Issue
Block a user