fix typo
This commit is contained in:
@@ -1023,7 +1023,7 @@ void dcd_int_handler(uint8_t rhport)
|
|||||||
USBD_EP_SR_REG(USBD_EP_0) = MASK_USBD_EP0SR_STALL;
|
USBD_EP_SR_REG(USBD_EP_0) = MASK_USBD_EP0SR_STALL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Host has sent a SETUP packet. Recieve this into the SETUP packet store.
|
// Host has sent a SETUP packet. Receive this into the SETUP packet store.
|
||||||
_ft9xx_dusb_out(USBD_EP_0, (uint8_t *)_ft9xx_setup_packet, sizeof(USB_device_request));
|
_ft9xx_dusb_out(USBD_EP_0, (uint8_t *)_ft9xx_setup_packet, sizeof(USB_device_request));
|
||||||
|
|
||||||
// Send the packet to tinyusb.
|
// Send the packet to tinyusb.
|
||||||
|
Reference in New Issue
Block a user