mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
rustfmt
This commit is contained in:
parent
4b1b7a3508
commit
d14feac65b
@ -50,7 +50,10 @@ pub unsafe fn on_interrupt<const MAX_EP_COUNT: usize>(
|
|||||||
//
|
//
|
||||||
// I'm guessing this may be some sort of timing issue so instead of panic-ing skip
|
// I'm guessing this may be some sort of timing issue so instead of panic-ing skip
|
||||||
// invalid packet :‑(
|
// invalid packet :‑(
|
||||||
error!("Skipping Invalid Packet (ep_num >= ep_count): ep_num: {} ep_count: {}", ep_num, ep_count);
|
error!(
|
||||||
|
"Skipping Invalid Packet (ep_num >= ep_count): ep_num: {} ep_count: {}",
|
||||||
|
ep_num, ep_count
|
||||||
|
);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user