Skip to content

Commit

Permalink
Fix missing ELFFile import
Browse files Browse the repository at this point in the history
Fix #794.
  • Loading branch information
DurandA authored and flit committed Dec 30, 2019
1 parent e3d468d commit 83cd506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyocd/flash/file_programmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import os
import logging
import itertools
from elftools.elf.elffile import ELFFile
from intelhex import IntelHex
import six
import errno
Expand Down

0 comments on commit 83cd506

Please sign in to comment.