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
commit d5e6f269b2
1 changed files with 1 additions and 1 deletions

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