disable dfu.py

This commit is contained in:
Samuel Sadok
2018-04-24 13:16:38 -07:00
parent e46040a29b
commit 70a86c7d57
+3
View File
@@ -14,6 +14,9 @@ import usb.core
import usb.util
import odrive.core
print("The DFU script had to be disabled because of it potentially breaking the board.")
sys.exit(1)
# We are interactively printing status messages, so flush by default
import functools
print = functools.partial(print, flush=True)