mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
drivers/wireless/spirit: Fixes a pre-processor directive
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user