Minor code style improvement to the HID bootloader Python script.
This commit is contained in:
parent
9fc655f438
commit
368c9af784
1 changed files with 10 additions and 10 deletions
|
@ -20,7 +20,7 @@
|
|||
"""
|
||||
|
||||
import sys
|
||||
import pywinusb.hid as hid
|
||||
from pywinusb import hid
|
||||
from intelhex import IntelHex
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue