Skip to content

Commit

Permalink
Update to new flashing API
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 31, 2024
1 parent 41b12df commit aeb67f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def recover(self):
def flash(self, path: str, progress_cb: Optional[Callable[[str, int], NoReturn]] = None) -> bool:
try:
if path.name.endswith(".bin"):
targets = [Target('cf2', 'stm32', 'fw')]
targets = [Target('cf2', 'stm32', 'fw', [], [])]
else:
targets = []

Expand Down

0 comments on commit aeb67f3

Please sign in to comment.