fix: info_ref! can't be called on Option
This commit is contained in:
parent
8352d13cfd
commit
046af81a10
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue