diff --git a/tools/odrive/usbbulk_transport.py b/tools/odrive/usbbulk_transport.py index 2ed8ba11..5a3bd772 100644 --- a/tools/odrive/usbbulk_transport.py +++ b/tools/odrive/usbbulk_transport.py @@ -132,12 +132,6 @@ class USBBulkTransport(odrive.protocol.PacketSource, odrive.protocol.PacketSink) self._was_damaged = True raise odrive.protocol.ChannelDamagedException() - def send_max(self): - return 64 - - def receive_max(self): - return 64 - def discover_channels(path, serial_number, callback, cancellation_token, channel_termination_token, printer): """