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:
commit
d5e6f269b2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue