Skip to content

Commit 403da52

Browse files
committed
Adjust condition in which ".out 16" is accepted syntax
this feature is in all PIO versions
1 parent bdc9fe8 commit 403da52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/test_version.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ def test_dot_out() -> None:
9595
pull_threshold=11,
9696
out_shift_right=False,
9797
)
98-
assert_assembly_fails(".out 16")
9998
assert_pio_kwargs(
100-
".pio_version 1\n.out 16 right",
101-
pio_version=1,
99+
".out 16 right",
102100
sideset_enable=0,
103101
out_pin_count=16,
104102
auto_pull=False,

0 commit comments

Comments
 (0)