examples/udpblaster: Avoid conflicts with host OS definitions
This commit is contained in:
parent
3ba85167fe
commit
cf30257f1c
@ -51,6 +51,8 @@
|
||||
#ifdef UDPBLASTER_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