added missing PR cross-ref

This commit is contained in:
Robin Müller 2022-04-25 15:44:46 +02:00
parent 572d602b72
commit b94685e045
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Time
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/584 and
https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/593
- `timeval` to `TimeOfDay_t`
- Added Mutex for gmtime calls: (compare http://www.opengate.at/blog/2020/01/timeless/)
- Moved the statics used by Clock in ClockCommon.cpp to this file