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,
|
(Some(16..48), Some(16..48), Some(16..48), Some(16..48)) => true,
|
||||||
|
|
||||||
(i, side, set, out) => panic!(
|
(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
|
i, side, set, out
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user