summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2025-01-21 00:09:51 +0700
committerGitHub <[email protected]>2025-01-21 00:09:51 +0700
commit2d7d1070fc9eb8db7061b4f0e20408a453df1f7e (patch)
treedf85e6422df794d85500c14f8dd9590a3cec49f5 /src
parent880aae4be2556704abd4dae9c707c9fa87603cf1 (diff)
parent786aa2cd1cf075c253d0906b28860c78ef9b06ef (diff)
Merge pull request #2955 from hathach/fix-dwc2-issue
Work around for esp32s3 racing/timing issue with macos
Diffstat (limited to 'src')
-rw-r--r--src/portable/nxp/khci/dcd_khci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/nxp/khci/dcd_khci.c b/src/portable/nxp/khci/dcd_khci.c
index 8398b09bf..3d5e195a9 100644
--- a/src/portable/nxp/khci/dcd_khci.c
+++ b/src/portable/nxp/khci/dcd_khci.c
@@ -565,7 +565,7 @@ void dcd_int_handler(uint8_t rhport)
if (is & USB_ISTAT_SOFTOK_MASK) {
KHCI->ISTAT = USB_ISTAT_SOFTOK_MASK;
- dcd_event_bus_signal(rhport, DCD_EVENT_SOF, true);
+ dcd_event_sof(rhport, tu_u16(KHCI->FRMNUMH, KHCI->FRMNUML), true);
}
if (is & USB_ISTAT_STALL_MASK) {