From a3e58adf6008f3199cf653859bea4dc73217a55a Mon Sep 17 00:00:00 2001 From: Zixun LI Date: Sun, 19 Jul 2026 22:16:33 +0200 Subject: Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- src/portable/st/stm32_fsdev/fsdev_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/portable/st/stm32_fsdev/fsdev_common.c b/src/portable/st/stm32_fsdev/fsdev_common.c index def3b2c2e..9c9233d12 100644 --- a/src/portable/st/stm32_fsdev/fsdev_common.c +++ b/src/portable/st/stm32_fsdev/fsdev_common.c @@ -36,7 +36,7 @@ void fsdev_core_reset(void) { #if (CFG_TUSB_MCU == OPT_MCU_AT32F403A_407) || (CFG_TUSB_MCU == OPT_MCU_AT32F413) // Enable larger PMA area - CRM->misc1_bit.usbbufs = TRUE; + CRM->misc1_bit.usbbufs = 1; #endif } -- cgit v1.3.1