fix typo in record member name (USB_EpAttribs.Usage_Tyype)

This commit is contained in:
Harald Welte 2019-01-13 23:29:12 +01:00
parent 0a5c701271
commit 8bdc776047
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ type enumerated USB_EpTransfer {
} with { variant "FIELDLENGTH(2)" }
type record USB_EpAttribs {
BIT2 RFU,
USB_EpUsage UsageTyype,
USB_EpUsage UsageType,
USB_EpSync SyncType,
USB_EpTransfer TranferType
};