Skip to content

Commit

Permalink
Merge branch 'tjguk-issue24-entry-point'
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Oct 23, 2016
2 parents 91a30a1 + 79fd5c4 commit 3ab9d69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uflash.py
Original file line number Diff line number Diff line change
Expand Up @@ -15485,3 +15485,6 @@ def main(argv=None):
:04000005000153E5BE
:00000001FF
"""

if __name__ == '__main__': # pragma: no cover
main(sys.argv[1:])

0 comments on commit 3ab9d69

Please sign in to comment.