Skip to content

Commit

Permalink
Inadvertently left behind an IDF parameter; removed (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattytrentini authored Feb 17, 2025
1 parent a14a74e commit ca7a47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpbuild/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def build(
"""
if variant == "":
variant = None
build_board(board, variant, extra_args or [], build_container, idf)
build_board(board, variant, extra_args or [], build_container)


@app.command()
Expand Down

0 comments on commit ca7a47a

Please sign in to comment.