Skip to content

Commit

Permalink
FIX: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
r2axz committed Dec 1, 2020
1 parent ba8c252 commit 42bdbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usb_io.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ int usb_endpoint_is_stalled(uint8_t ep_num, usb_endpoint_direction_t ep_directio
return (*ep_regs(ep_num) & USB_EPRX_STAT) == USB_EP_RX_STALL;
}

/* USB Interrupt Handling */
/* USB Polling */

static uint8_t usb_transfer_led_timer = 0;

Expand Down

0 comments on commit 42bdbfe

Please sign in to comment.