mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-30 12:32:37 +00:00
Added comment that sys_thread_new must not fail (ports have to assert this!)
This commit is contained in:
parent
6c3f6cfd89
commit
04b4971d8c
@ -215,6 +215,7 @@ void sys_mbox_set_invalid(sys_mbox_t *mbox);
|
||||
|
||||
/** The only thread function:
|
||||
* Creates a new thread
|
||||
* ATTENTION: although this function returns a value, it MUST NOT FAIL (ports have to assert this!)
|
||||
* @param name human-readable name for the thread (used for debugging purposes)
|
||||
* @param thread thread-function
|
||||
* @param arg parameter passed to 'thread'
|
||||
|
Loading…
x
Reference in New Issue
Block a user