mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Fixup formatting to work with log
This commit is contained in:
parent
eeda57a424
commit
823a82adb7
@ -827,7 +827,7 @@ impl<'d, PIO: Instance + 'd, const SM: usize> StateMachine<'d, PIO, SM> {
|
||||
(Some(16..48), Some(16..48), Some(16..48), Some(16..48)) => true,
|
||||
|
||||
(i, side, set, out) => panic!(
|
||||
"All pins must either be < 31 or >16, in:{}, side:{}, set:{}, out:{}",
|
||||
"All pins must either be < 31 or >16, in:{:?}, side:{:?}, set:{:?}, out:{:?}",
|
||||
i, side, set, out
|
||||
),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user