drivers/wireless/spirit: Fixes a pre-processor directive

This commit is contained in:
Anthony Merlino 2017-08-20 21:39:08 -04:00
parent 5ac993d2ef
commit fbf830aef2

View File

@ -152,7 +152,7 @@
* Pre-processor Definitions
****************************************************************************/
#if !defined(CONFIG_SCHED_HPWORK) || !defined(CONFIG_SCHED_HPWORK)
#if !defined(CONFIG_SCHED_LPWORK) || !defined(CONFIG_SCHED_HPWORK)
# error Both high and low priority work queues required in this driver
#endif