Skip to content

Commit b3fd364

Browse files
committed
fix: python output test
see raspberrypi/pico-sdk#479 for details
1 parent c716c3b commit b3fd364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ from machine import Pin
2424
@rp2.asm_pio()
2525
def blink():
2626
wrap_target()
27-
pull(, block) # 0
27+
pull(block) # 0
2828
out(y, 32) # 1
2929
wrap()
3030

0 commit comments

Comments
 (0)