mirror of
https://github.com/hathach/tinyusb.git
synced 2025-10-29 19:49:07 +00:00
Fix duplicate is_isr parameter in dcd_dwc2.c
Co-authored-by: HiFiPhile <4375114+HiFiPhile@users.noreply.github.com>
This commit is contained in:
parent
c084d36fce
commit
16cfe6895a
1
hw/mcu/raspberry_pi/Pico-PIO-USB
Submodule
1
hw/mcu/raspberry_pi/Pico-PIO-USB
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 675543bcc9baa8170f868ab7ba316d418dbcf41f
|
||||
1
hw/mcu/st/cmsis_device_f4
Submodule
1
hw/mcu/st/cmsis_device_f4
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3c77349ce04c8af401454cc51f85ea9a50e34fc1
|
||||
1
hw/mcu/st/stm32f4xx_hal_driver
Submodule
1
hw/mcu/st/stm32f4xx_hal_driver
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit b6f0ed3829f3829eb358a2e7417d80bba1a42db7
|
||||
1
lib/CMSIS_5
Submodule
1
lib/CMSIS_5
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 2b7495b8535bdcb306dac29b9ded4cfb679d7e5c
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user