mirror of
https://github.com/apache/nuttx.git
synced 2026-08-25 07:27:11 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue