You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
We want to add some shared structs to this crate and we want to make them importable with no_std.
In order to achieve that, we can move firmware and launch-specific structs out of top-level to respective modules. The only thing left is then Version - that we can either guard with a feature flag along other module imports or move to a new module.
cc @haraldh