sam0_common: Fix syntax mistake in usbdev driver
This commit is contained in:
parent
a7785683c2
commit
1286b18ca9
@ -457,7 +457,7 @@ static void _ep_enable(usbdev_ep_t *ep)
|
|||||||
case USB_EP_TYPE_INTERRUPT:
|
case USB_EP_TYPE_INTERRUPT:
|
||||||
type = 0x04;
|
type = 0x04;
|
||||||
break;
|
break;
|
||||||
case default:
|
default:
|
||||||
/* Must never happen */
|
/* Must never happen */
|
||||||
assert(false);
|
assert(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user