mirror of
https://github.com/MikronMIK32/mik32-uploader.git
synced 2026-01-01 13:37:03 +03:00
Update mik32_upload.py
This commit is contained in:
commit
5e3e729f52
@ -317,8 +317,9 @@ def upload_file(
|
||||
|
||||
proc = run_openocd(openocd_exec, openocd_scripts,
|
||||
openocd_interface, openocd_target, is_open_console)
|
||||
|
||||
|
||||
logging.debug("OpenOCD started!")
|
||||
|
||||
except OSError as e:
|
||||
raise OpenOCDStartupException(e)
|
||||
try:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user