Adapt several comments to contrib rep move

This commit is contained in:
Dirk Ziegelmeier
2018-10-02 12:42:14 +02:00
parent 8068aab9f7
commit 4b672a1f3c
10 changed files with 13 additions and 10 deletions

View File

@@ -354,7 +354,7 @@ Call these functions in the order of appearance:
* several places where a check for a correct thread context is
* implemented which greatly helps the user to get threading done right.
* See the example sys_arch.c files in unix and Win32 port
* in the contrib repository.
* in the lwIP/contrib subdirectory.
*
* In short: Copy the functions sys_mark_tcpip_thread() and
* sys_check_core_locking() to your port and modify them to work with your OS.