examples/udpblaster: Avoid conflicts with host OS definitions
This commit is contained in:
parent
3ba85167fe
commit
cf30257f1c
@ -51,6 +51,8 @@
|
|||||||
#ifdef UDPBLASTER_HOST
|
#ifdef UDPBLASTER_HOST
|
||||||
/* HTONS/L macros are unique to uIP */
|
/* HTONS/L macros are unique to uIP */
|
||||||
|
|
||||||
|
# undef HTONS
|
||||||
|
# undef HTONL
|
||||||
# define HTONS(a) htons(a)
|
# define HTONS(a) htons(a)
|
||||||
# define HTONL(a) htonl(a)
|
# define HTONL(a) htonl(a)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user