cxp fw: add todo

This commit is contained in:
morgan 2025-01-23 11:32:09 +08:00
parent f0fcd0876b
commit d6530e9b78

View File

@ -233,6 +233,7 @@ fn negotiate_cxp_version() -> Result<bool, Error> {
}
fn negotiate_pak_max_size(with_tag: bool) -> Result<(), Error> {
// TODO: set MAX CONTROL packet size?
let reg = read_u32(MASTER_CHANNEL, CONTROL_PACKET_SIZE_MAX, with_tag)?;
info!("Max CTRL PAK size = {:#010X}", reg);