1
0
Fork 0

downconn fw: fix compilation error

downconn fw: update
This commit is contained in:
morgan 2024-10-17 12:59:14 +08:00
parent 66fa70ef3c
commit ba3015bffd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use crate::{cxp_phys, cxp_proto, pl::csr::CXP};
pub fn loopback_testing(channel: usize, timer: &mut GlobalTimer, speed: cxp_phys::CXP_SPEED) {
println!("==============================================================================");
cxp_phys::change_linerate(channel, timer, speed);
cxp_phys::change_linerate(speed);
unsafe {
info!("waiting for tx&rx setup...");