From 1596c0acc7ccf4927b995dcf83f090937e5cb505 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 19 Sep 2017 21:38:50 -0400 Subject: [PATCH] Revert changing receive_max val --- tools/odrive/usbbulk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/odrive/usbbulk.py b/tools/odrive/usbbulk.py index 1e430be1..21898ac5 100644 --- a/tools/odrive/usbbulk.py +++ b/tools/odrive/usbbulk.py @@ -120,4 +120,4 @@ class ODriveBulkDevice(): return 64 def recieve_max(self): - return 256 + return 64