We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7d6e4 commit dc0a715Copy full SHA for dc0a715
src/machine/usb/descriptor/midi.go
@@ -204,8 +204,8 @@ var EndpointEP3OUT = EndpointType{
204
}
205
206
var (
207
- EndpointMIDIIN = EndpointEP4IN
208
- EndpointMIDIOUT = EndpointEP3OUT
+ EndpointMIDIIN = &EndpointEP4IN
+ EndpointMIDIOUT = &EndpointEP3OUT
209
)
210
211
var configurationCDCMIDI = [configurationTypeLen]byte{
0 commit comments