mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
rtic-sync: Add SPI bus sharing with arbiter
This commit is contained in:
parent
96e7704487
commit
ff5cad9cd2
4 changed files with 90 additions and 0 deletions
|
|
@ -89,6 +89,7 @@ impl Package {
|
|||
.chain(std::iter::once(None))
|
||||
.collect()
|
||||
}
|
||||
Package::RticSync => vec![Some("unstable".to_string()), None],
|
||||
_ => vec![None],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue