PDEC evil fix #374

Merged
muellerr merged 2 commits from pdec_evil_fix into develop 2023-02-08 20:08:55 +01:00
Showing only changes of commit cea0a28cee - Show all commits

View File

@ -23,6 +23,13 @@ change warranting a new major release:
that scheduling is done in big blocks to reduce risk of missed deadlines.
- Replaced chained locks for polling new sensor data to the `AcsController`
## Fixed
- Bugfix for PDEC handler which causes the PIR register of the PDEC to never
be cleared on release builds. The dummy variable used to read the register
needs to be declared volatile to avoid compiler optimizations.
PR: https://egit.irs.uni-stuttgart.de/eive/eive-obsw/pulls/374
# [v1.26.1] 2023-02-08
- Initialize parameter helper in ACS controller.