rtic-sync: Add SPI bus sharing with arbiter

This commit is contained in:
Nils Fitinghoff 2023-10-09 16:55:55 +02:00 committed by Emil Fresk
parent 96e7704487
commit ff5cad9cd2
4 changed files with 90 additions and 0 deletions

View file

@ -89,6 +89,7 @@ impl Package {
.chain(std::iter::once(None))
.collect()
}
Package::RticSync => vec![Some("unstable".to_string()), None],
_ => vec![None],
}
}