Skip to content

Commit

Permalink
Adjust condition in which ".out 16" is accepted syntax
Browse files Browse the repository at this point in the history
this feature is in all PIO versions
  • Loading branch information
jepler committed Sep 13, 2024
1 parent bdc9fe8 commit 403da52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ def test_dot_out() -> None:
pull_threshold=11,
out_shift_right=False,
)
assert_assembly_fails(".out 16")
assert_pio_kwargs(
".pio_version 1\n.out 16 right",
pio_version=1,
".out 16 right",
sideset_enable=0,
out_pin_count=16,
auto_pull=False,
Expand Down

0 comments on commit 403da52

Please sign in to comment.