logging: log_ctrl.h: Fix Kconfig symbol reference in comment
Comment referened CONFIG_LOG_PROCESS which does not exist, should be CONFIG_LOG_PROCESS_THREAD. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
a78c2fa8d2
commit
158a25377a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ void log_init(void);
|
|||
*
|
||||
* See CONFIG_LOG_PROCESS_TRIGGER_THRESHOLD.
|
||||
*
|
||||
* @note Function has asserts and has no effect when CONFIG_LOG_PROCESS is set.
|
||||
* @note Function has asserts and has no effect when CONFIG_LOG_PROCESS_THREAD is set.
|
||||
*
|
||||
* @param process_tid Process thread id. Used to wake up the thread.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue