mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
satman: do not debug print unexpected aux packets.
This shrinks firmware by 2.8K.
This commit is contained in:
parent
aa42a69849
commit
f383a470fe
@ -159,7 +159,7 @@ fn process_aux_packet(p: &drtioaux::Packet) {
|
||||
};
|
||||
}
|
||||
|
||||
_ => warn!("received unexpected aux packet {:?}", p)
|
||||
_ => warn!("received unexpected aux packet")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user