nettest: Avoid conflicts with host definitions
This commit is contained in:
parent
bcc0f5c0a9
commit
43a36996ca
@ -54,6 +54,8 @@
|
||||
#ifdef NETTEST_HOST
|
||||
/* HTONS/L macros are unique to uIP */
|
||||
|
||||
# undef HTONS
|
||||
# undef HTONL
|
||||
# define HTONS(a) htons(a)
|
||||
# define HTONL(a) htonl(a)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user