mirror of
https://github.com/hathach/tinyusb.git
synced 2026-02-05 21:55:43 +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:
1
hw/mcu/raspberry_pi/Pico-PIO-USB
Submodule
1
hw/mcu/raspberry_pi/Pico-PIO-USB
Submodule
Submodule hw/mcu/raspberry_pi/Pico-PIO-USB added at 675543bcc9
1
hw/mcu/st/cmsis_device_f4
Submodule
1
hw/mcu/st/cmsis_device_f4
Submodule
Submodule hw/mcu/st/cmsis_device_f4 added at 3c77349ce0
1
hw/mcu/st/stm32f4xx_hal_driver
Submodule
1
hw/mcu/st/stm32f4xx_hal_driver
Submodule
Submodule hw/mcu/st/stm32f4xx_hal_driver added at b6f0ed3829
1
lib/CMSIS_5
Submodule
1
lib/CMSIS_5
Submodule
Submodule lib/CMSIS_5 added at 2b7495b853
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user