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