Minor code style improvement to the HID bootloader Python script.

pull/1469/head
Dean Camera 11 years ago
parent 9fc655f438
commit 368c9af784

@ -20,7 +20,7 @@
""" """
import sys import sys
import pywinusb.hid as hid from pywinusb import hid
from intelhex import IntelHex from intelhex import IntelHex

Loading…
Cancel
Save