mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-25 08:12:30 +00:00
fix: info_ref! can't be called on Option
This commit is contained in:
parent
8352d13cfd
commit
046af81a10
@ -174,7 +174,7 @@ impl<'d, T: Instance> Spis<'d, T> {
|
||||
) -> Self {
|
||||
compiler_fence(Ordering::SeqCst);
|
||||
|
||||
into_ref!(spis, cs, sck);
|
||||
into_ref!(spis, cs);
|
||||
|
||||
let r = T::regs();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user