Minor: Documentation update

This commit is contained in:
Dirk Ziegelmeier
2016-10-09 09:41:26 +02:00
parent 70ccea9207
commit 5477aa5a42
2 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,10 @@
* \#define lwip_htonl(x) your_htonl
*
* Note lwip_ntohs() and lwip_ntohl() are merely references to the htonx counterparts.
*
* If you #define them to htons() and htonl(), you should
* \#define LWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS to prevent lwIP from
* defining htonx/ntohx compatibility macros.
*/
/*