Skip to content

Commit

Permalink
Merge branch 'hotfix/ls_rx'
Browse files Browse the repository at this point in the history
  • Loading branch information
sekigon-gonnoc committed Jan 7, 2022
2 parents ebbb91b + 5825196 commit f3f9d11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usb_rx.pio
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ wait_se0:

.wrap_target
wait 1 pin 1 ; wait dm is H to avoid catch previous EOP
wait 1 pin 0
wait 0 pin 1
irq IRQ_RX_START
start:
set y, 1
Expand All @@ -270,7 +270,7 @@ wait_se0:

.wrap_target
wait 1 pin 1 side db1 ; wait dm is H to avoid catch previous EOP
wait 1 pin 0 side db1
wait 0 pin 1 side db1
irq IRQ_RX_START side db0
start:
set y, 1 side db0;
Expand Down

0 comments on commit f3f9d11

Please sign in to comment.