start renaming the constants to Go-style.

This commit is contained in:
Sebastian Zagrodzki
2017-03-27 22:23:47 +02:00
parent 341fde410e
commit b70848cf73
7 changed files with 70 additions and 70 deletions

View File

@@ -25,7 +25,7 @@ var testBulkInEP = EndpointInfo{
var testBulkInSetup = InterfaceSetup{
Number: 0,
Alternate: 0,
IfClass: uint8(CLASS_VENDOR_SPEC),
IfClass: uint8(ClassVendorSpec),
Endpoints: []EndpointInfo{testBulkInEP},
}
@@ -41,6 +41,6 @@ var testIsoOutEP = EndpointInfo{
var testIsoOutSetup = InterfaceSetup{
Number: 0,
Alternate: 0,
IfClass: uint8(CLASS_VENDOR_SPEC),
IfClass: uint8(ClassVendorSpec),
Endpoints: []EndpointInfo{testIsoOutEP},
}