update stm32f2 bsp

Signed-off-by: Zixun LI <admin@hifiphile.com>
This commit is contained in:
Zixun LI
2025-12-03 16:41:41 +01:00
committed by HiFiPhile
parent 2f77a6d38a
commit 7fb7fe9f45

View File

@ -36,7 +36,7 @@
// Forward USB interrupt events to TinyUSB IRQ Handler
//--------------------------------------------------------------------+
void OTG_FS_IRQHandler(void) {
tud_int_handler(0);
tusb_int_handler(0, true);
}
//--------------------------------------------------------------------+