Browse Source

Cleaned up firmware callbacks a bit.

pyserial_fix
Scott Petersen 11 years ago
parent
commit
40d5eafbc2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      pyad2usb/util.py

+ 0
- 1
pyad2usb/util.py View File

@@ -59,7 +59,6 @@ class Firmware(object):
"""
Perform the actual firmware upload to the device.
"""

with open(filename) as f:
for line in f:
line = line.rstrip()


Loading…
Cancel
Save