kernel: Fix trivial typo in CONFIG_WAIT_Q_FAST
The Kconfig option is CONFIG_WAITQ_FAST not CONFIG_WAIT_Q_FAST. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
c1908c3d0b
commit
177bbbd35f
@ -79,7 +79,7 @@ static inline struct k_thread *_waitq_head(_wait_q_t *w)
|
||||
return (void *)sys_dlist_peek_head(&w->waitq);
|
||||
}
|
||||
|
||||
#endif /* !CONFIG_WAIT_Q_FAST */
|
||||
#endif /* !CONFIG_WAITQ_FAST */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user