forked from M-Labs/artiq
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