mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 12:11:48 -04:00
usb: indentation (whitespace change only)
No functional change. Sponsored by: The FreeBSD Foundation (cherry picked from commit 0762cf10fc5e426700e00f9060518241212e941f)
This commit is contained in:
parent
5585c7c365
commit
2da96ce51c
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ struct usb_endpoint_descriptor {
|
|||
#define UE_XFERTYPE 0x03
|
||||
#define UE_CONTROL 0x00
|
||||
#define UE_ISOCHRONOUS 0x01
|
||||
#define UE_BULK 0x02
|
||||
#define UE_BULK 0x02
|
||||
#define UE_INTERRUPT 0x03
|
||||
#define UE_BULK_INTR 0xfe /* for internal use only! */
|
||||
#define UE_TYPE_ANY 0xff /* for internal use only! */
|
||||
|
|
|
|||
Loading…
Reference in a new issue