Skip to content

Commit 06d9f42

Browse files
committed
Use Out() for all interfaces to package
1 parent 9f8a626 commit 06d9f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

amaranth_orchard/io/uart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Signature(wiring.Signature):
1616
def __init__(self):
1717
super().__init__({
1818
"tx": Out(OutputPinSignature(1)),
19-
"rx": In(InputPinSignature(1)),
19+
"rx": Out(InputPinSignature(1)),
2020
})
2121

2222
def create(self, *, path=(), src_loc_at=0):

0 commit comments

Comments
 (0)