mdns.txt: changed the LWIP_MDNS_STRNCASECMP text again to reflect the fact that there are 2 names for 1 function...

This commit is contained in:
goldsimon 2017-03-11 20:35:58 +01:00
parent 1371400c2b
commit 15918d8971

View File

@ -32,9 +32,9 @@ generated.
The MDNS code puts its structs on the stack where suitable to reduce dynamic The MDNS code puts its structs on the stack where suitable to reduce dynamic
memory allocation. It may use up to 1kB of stack. memory allocation. It may use up to 1kB of stack.
MDNS (like other apps) needs a strncasecmp()/strnicmp() implementation. MDNS (like other apps) needs a strncasecmp() implementation. If you have one, define
If you have one, define 'lwip_strnicmp' to it. Otherwise the code will provide 'lwip_strnicmp' to it. Otherwise the code will provide an implementation
an implementation for you. for you.
How to use: How to use: