mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
fomu: remove reference to SETUP_CTRL.ACK
THis bit isn't used anymore, so remove it. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
729c8d073c
commit
1882a87212
@ -576,11 +576,6 @@ static void handle_setup(void)
|
|||||||
// Otherwise, it was an RX error.
|
// Otherwise, it was an RX error.
|
||||||
if (setup_length == 10) {
|
if (setup_length == 10) {
|
||||||
dcd_event_setup_received(0, setup_packet_bfr, true);
|
dcd_event_setup_received(0, setup_packet_bfr, true);
|
||||||
// Acknowledge the packet, so long as it isn't a SET_ADDRESS
|
|
||||||
// packet. If it is, leave it unacknowledged and we'll do this
|
|
||||||
// in the `dcd_set_address` function instead.
|
|
||||||
// if (!((setup_packet_bfr[0] == 0x00) && (setup_packet_bfr[1] == 0x05)))
|
|
||||||
usb_setup_ctrl_write(1 << CSR_USB_SETUP_CTRL_ACK_OFFSET);
|
|
||||||
}
|
}
|
||||||
#if DEBUG
|
#if DEBUG
|
||||||
else {
|
else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user