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:
Kumar Gala 2018-05-23 08:23:00 -05:00 committed by Anas Nashif
parent c1908c3d0b
commit 177bbbd35f

View File

@ -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
}