Fix build: remove TinyUSBDevice.idVendor/idProduct (API doesn't exist)
This commit is contained in:
@@ -18,9 +18,6 @@ bool UsbMidiTransport::begin() {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.printf("[MIDI] USB VID:PID=%04X:%04X\r\n",
|
|
||||||
TinyUSBDevice.idVendor(), TinyUSBDevice.idProduct());
|
|
||||||
|
|
||||||
initialized = true;
|
initialized = true;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user