diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl index c79a2f340..e65d4a74d 100644 --- a/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl +++ b/tools/ftl/processors/conf/mcuconf_stm32h743xx/mcuconf.h.ftl @@ -455,9 +455,7 @@ #define STM32_USB_OTG2_IRQ_PRIORITY ${doc.STM32_USB_OTG2_IRQ_PRIORITY!"14"}
#define STM32_USB_OTG1_RX_FIFO_SIZE ${doc.STM32_USB_OTG1_RX_FIFO_SIZE!"512"}
#define STM32_USB_OTG2_RX_FIFO_SIZE ${doc.STM32_USB_OTG2_RX_FIFO_SIZE!"1024"}
-#define STM32_USB_OTG_THREAD_PRIO ${doc.STM32_USB_OTG_THREAD_PRIO!"LOWPRIO"}
-#define STM32_USB_OTG_THREAD_STACK_SIZE ${doc.STM32_USB_OTG_THREAD_STACK_SIZE!"128"}
-#define STM32_USB_OTGFIFO_FILL_BASEPRI ${doc.STM32_USB_OTGFIFO_FILL_BASEPRI!"0"}
+#define STM32_USB_HOST_WAKEUP_DURATION ${doc.STM32_USB_HOST_WAKEUP_DURATION!"2"}
/*
* WDG driver system settings.
|