Skip to content

Commit

Permalink
cli.py: Remove idf parameter from build_board call.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josverl committed Feb 16, 2025
1 parent a14a74e commit 133f52c
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 133f52c

Please sign in to comment.