Merged in merlin17/nuttx (pull request #467)

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

Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
Anthony Merlino
2017-08-23 01:24:03 +00:00
committed by Gregory Nutt
@@ -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