Skip to content

Commit

Permalink
entry fix, start to update api to dfu-util-0.11 version (#12)
Browse files Browse the repository at this point in the history
* entry fix
* start to update api to dfu-util-0.11 version
  • Loading branch information
o-murphy authored May 6, 2024
1 parent c6f2600 commit 78b7fc1
Show file tree
Hide file tree
Showing 9 changed files with 547 additions and 201 deletions.
2 changes: 1 addition & 1 deletion pydfuutil/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ def main() -> None:

print(f"v{__version__}")
# parse options
args = parser.parse_args(sys.argv)
args = parser.parse_args()
dif: dfu.DfuIf = dfu.DfuIf()
file = dfu_file.DFUFile(None)
mode = Mode.NONE
Expand Down
Loading

0 comments on commit 78b7fc1

Please sign in to comment.