forked from M-Labs/artiq-zynq
cxp upconn fw: remove unused csr
This commit is contained in:
parent
468f9d7185
commit
d88af397ec
|
@ -36,9 +36,8 @@ pub fn tx_test(timer: &mut GlobalTimer) {
|
||||||
let mut arr: [u16; LEN] = [0; LEN];
|
let mut arr: [u16; LEN] = [0; LEN];
|
||||||
|
|
||||||
unsafe {
|
unsafe {
|
||||||
csr::cxp::upconn_clk_reset_write(1);
|
csr::cxp::upconn_bitrate2x_enable_write(1);
|
||||||
// csr::cxp::upconn_bitrate2x_enable_write(1);
|
|
||||||
csr::cxp::upconn_clk_reset_write(0);
|
|
||||||
loop {
|
loop {
|
||||||
// TODO: verify the char & word boundary thingy
|
// TODO: verify the char & word boundary thingy
|
||||||
for _ in 0..12 {
|
for _ in 0..12 {
|
||||||
|
|
Loading…
Reference in New Issue