diff options
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/ehci/ehci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tinyusb/host/ehci/ehci.c b/tinyusb/host/ehci/ehci.c index 428c2636f..30c6665ec 100644 --- a/tinyusb/host/ehci/ehci.c +++ b/tinyusb/host/ehci/ehci.c @@ -768,8 +768,7 @@ void hcd_isr(uint8_t hostid) regs->usb_sts |= int_status; // Acknowledge handled interrupt
- if (int_status == 0)
- return;
+ if (int_status == 0) return;
if (int_status & EHCI_INT_MASK_PORT_CHANGE)
{
|
