rtic-sync: Remove unstable flag, and add defmt derives (#889)

This commit is contained in:
Emil Fresk 2024-02-23 08:38:10 +01:00 committed by GitHub
parent 8b2465ba37
commit 4a23c8d6da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 13 deletions

View file

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