1
0
Fork 0

downconn fw: rename upconnpacket

This commit is contained in:
morgan 2024-10-04 12:20:13 +08:00
parent 4e3193e66c
commit b75ebdd2e7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pub fn loopback_testing(channel: usize, timer: &mut GlobalTimer, speed: CXP_SPEE
data_slice[..4].clone_from_slice(&data.to_be_bytes()); data_slice[..4].clone_from_slice(&data.to_be_bytes());
cxp_proto::downconn_debug_send( cxp_proto::downconn_debug_send(
channel, channel,
&cxp_proto::Packet::CtrlAckLoopback { &cxp_proto::UpConnPacket::CtrlAckLoopback {
ackcode: 0x00, ackcode: 0x00,
length: 0x04, length: 0x04,
data: data_slice, data: data_slice,