forked from M-Labs/artiq
sayma_rtm: fix 8fe463d4a
This commit is contained in:
parent
53facfef13
commit
c1ac3b66b1
|
@ -94,7 +94,7 @@ class SaymaRTM(Module):
|
|||
csr_devices.append("clock_mux")
|
||||
|
||||
# UART loopback
|
||||
serial = platform.request(serial)
|
||||
serial = platform.request("serial")
|
||||
self.comb += serial.tx.eq(serial.rx)
|
||||
|
||||
# Allaki: enable RF output, GPIO access to attenuator
|
||||
|
|
Loading…
Reference in New Issue