Fix duplicate is_isr parameter in dcd_dwc2.c

Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-22 05:32:08 +00:00
parent c084d36fce
commit 16cfe6895a
5 changed files with 5 additions and 1 deletions

@ -0,0 +1 @@
Subproject commit 675543bcc9baa8170f868ab7ba316d418dbcf41f

@ -0,0 +1 @@
Subproject commit 3c77349ce04c8af401454cc51f85ea9a50e34fc1

@ -0,0 +1 @@
Subproject commit b6f0ed3829f3829eb358a2e7417d80bba1a42db7

1
lib/CMSIS_5 Submodule

@ -0,0 +1 @@
Subproject commit 2b7495b8535bdcb306dac29b9ded4cfb679d7e5c

View File

@ -457,7 +457,7 @@ void dcd_set_address(uint8_t rhport, uint8_t dev_addr) {
dwc2->dcfg = (dwc2->dcfg & ~DCFG_DAD_Msk) | (dev_addr << DCFG_DAD_Pos);
// Response with status after changing device address
dcd_edpt_xfer(rhport, tu_edpt_addr(0, TUSB_DIR_IN), NULL, 0, false, false);
dcd_edpt_xfer(rhport, tu_edpt_addr(0, TUSB_DIR_IN), NULL, 0, false);
}
void dcd_remote_wakeup(uint8_t rhport) {