1
0
Fork 0

upconn fw: update csr

This commit is contained in:
morgan 2024-10-17 15:47:24 +08:00
parent ba3015bffd
commit 87c0a27566
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub fn tx_test(channel: usize, timer: &mut GlobalTimer) {
// CXP[channel].upconn_ack_write(1);
timer.delay_us(20);
(CXP[channel].upconn_tx_enable_write)(0);
csr::cxp_phys::upconn_tx_enable_write(0);
// Collect data
let mut i: usize = 0;