mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-03 21:14:40 +08:00
Renamed PPP tasks from "pppMain" to "pppInputThread"
This commit is contained in:
parent
3ba5ddefa7
commit
9c51487d1a
@ -1091,14 +1091,14 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* PPP_THREAD_NAME: The name assigned to the pppMain thread.
|
||||
* PPP_THREAD_NAME: The name assigned to the pppInputThread.
|
||||
*/
|
||||
#ifndef PPP_THREAD_NAME
|
||||
#define PPP_THREAD_NAME "pppMain"
|
||||
#define PPP_THREAD_NAME "pppInputThread"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* PPP_THREAD_STACKSIZE: The stack size used by the pppMain thread.
|
||||
* PPP_THREAD_STACKSIZE: The stack size used by the pppInputThread.
|
||||
* The stack size value itself is platform-dependent, but is passed to
|
||||
* sys_thread_new() when the thread is created.
|
||||
*/
|
||||
@ -1107,7 +1107,7 @@
|
||||
#endif
|
||||
|
||||
/**
|
||||
* PPP_THREAD_PRIO: The priority assigned to the pppMain thread.
|
||||
* PPP_THREAD_PRIO: The priority assigned to the pppInputThread.
|
||||
* The priority value itself is platform-dependent, but is passed to
|
||||
* sys_thread_new() when the thread is created.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user