summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalton Caron <[email protected]>2025-09-11 09:13:54 -0700
committerDalton Caron <[email protected]>2025-09-11 09:13:54 -0700
commitaf7310b925c031d23ba490e8f70965f345da1a4d (patch)
tree7a3308cdde7410e40b8eb99786b0f94c42e56c0d
parent040d1b43f103eb218e526dbd31e06505e5163578 (diff)
Revert fsdev_stm32.h changes
-rw-r--r--src/portable/st/stm32_fsdev/fsdev_stm32.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/portable/st/stm32_fsdev/fsdev_stm32.h b/src/portable/st/stm32_fsdev/fsdev_stm32.h
index 01baf50ae..ccf31e035 100644
--- a/src/portable/st/stm32_fsdev/fsdev_stm32.h
+++ b/src/portable/st/stm32_fsdev/fsdev_stm32.h
@@ -148,12 +148,6 @@
/* ST provided header has incorrect value of USB_PMAADDR */
#define FSDEV_PMA_BASE USB1_PMAADDR
-#elif defined(STM32WBA62xx) || defined(STM32WBA64xx) || defined(STM32WBA65xx)
- // Available only on STM32WBA62/64/65xx devices
- #include "stm32wbaxx.h"
- #define FSDEV_PMA_SIZE (2048u)
- #define USB USB_DRD_FS
-
#elif CFG_TUSB_MCU == OPT_MCU_STM32L4
#include "stm32l4xx.h"
#define FSDEV_PMA_SIZE (1024u)
@@ -295,8 +289,6 @@ static const IRQn_Type fsdev_irq[] = {
USB_LP_IRQn,
#elif CFG_TUSB_MCU == OPT_MCU_STM32U5
USB_IRQn,
- #elif CFG_TUSB_MCU == OPT_MCU_STM32WBA
- USB_OTG_HS_IRQn,
#elif CFG_TUSB_MCU == OPT_MCU_STM32U0
USB_DRD_FS_IRQn,
#else