mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
{stm32f7,stm32h7,stm32l4}/sdmmc: callback support requires HPWORK
This commit is contained in:
parent
961b86642a
commit
62ff3f484e
3 changed files with 6 additions and 6 deletions
|
|
@ -115,8 +115,8 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SCHED_WORKQUEUE
|
||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE"
|
||||
#if !defined(CONFIG_SCHED_WORKQUEUE) || !defined(CONFIG_SCHED_HPWORK)
|
||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE and CONFIG_SCHED_HPWORK"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32F7_SDMMC1
|
||||
|
|
|
|||
|
|
@ -138,8 +138,8 @@
|
|||
# define SRAM4_END (SRAM4_START + STM32H7_SRAM4_SIZE)
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SCHED_WORKQUEUE
|
||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE"
|
||||
#if !defined(CONFIG_SCHED_WORKQUEUE) || !defined(CONFIG_SCHED_HPWORK)
|
||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE and CONFIG_SCHED_HPWORK"
|
||||
#endif
|
||||
|
||||
#undef HAVE_SDMMC_SDIO_MODE
|
||||
|
|
|
|||
|
|
@ -93,8 +93,8 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_SCHED_WORKQUEUE
|
||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE"
|
||||
#if !defined(CONFIG_SCHED_WORKQUEUE) || !defined(CONFIG_SCHED_HPWORK)
|
||||
# error "Callback support requires CONFIG_SCHED_WORKQUEUE and CONFIG_SCHED_HPWORK"
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32L4_SDMMC1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue