forked from M-Labs/artiq-zynq
upconn FW: fix compilation error
This commit is contained in:
parent
845af45bfd
commit
eb10bcc530
@ -15,8 +15,8 @@ pub fn tx_test(channel: u8, timer: &mut GlobalTimer) {
|
||||
|
||||
let channel = channel as usize;
|
||||
unsafe {
|
||||
(CXP[channel].tx_trig_delay_write)(0x86);
|
||||
(CXP[channel].tx_linktrigger_write)(0x00);
|
||||
// (CXP[channel].tx_trig_delay_write)(0x86);
|
||||
// (CXP[channel].tx_linktrigger_write)(0x00);
|
||||
|
||||
// DEBUG: prepare the packet before tx enable to avoid overhead
|
||||
preload_tx_packet(
|
||||
|
Loading…
Reference in New Issue
Block a user