px_uploader: remove commented out line

This commit is contained in:
Julian Oes 2018-06-29 07:40:31 +02:00 committed by Lorenz Meier
parent d3c169b1e0
commit 48edf9b65e
1 changed files with 0 additions and 1 deletions

View File

@ -195,7 +195,6 @@ class uploader(object):
# On some systems writes can suddenly get stuck without having a
# write_timeout > 0 set.
self.port = serial.Serial(portname, baudrate_bootloader, timeout=0.5, write_timeout=0.5)
# self.port.write_timeout = 0.5
self.otp = b''
self.sn = b''
self.baudrate_bootloader = baudrate_bootloader