add PR link
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit
Rust/spacepackets/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2022-12-20 16:28:10 +01:00
parent 7e763fe055
commit f641248ac2

View File

@ -22,6 +22,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Added ## Added
CUC PR: https://egit.irs.uni-stuttgart.de/rust/spacepackets/pulls/4/files
- Added PFC enumerations: `ecss::UnsignedPfc` and `ecss::RealPfc`. - Added PFC enumerations: `ecss::UnsignedPfc` and `ecss::RealPfc`.
PR: https://egit.irs.uni-stuttgart.de/rust/spacepackets/pulls/5 PR: https://egit.irs.uni-stuttgart.de/rust/spacepackets/pulls/5
- Added `std::error::Error` implementation for all error enumerations if the `std` feature - Added `std::error::Error` implementation for all error enumerations if the `std` feature