mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-16 20:43:19 +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