fix changelog
fsfw/fsfw/pipeline/pr-development This commit looks good Details

This commit is contained in:
Robin Müller 2022-03-08 08:57:18 +01:00
parent 41a82e923c
commit e5a9cab34e
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 2 additions and 3 deletions

View File

@ -12,9 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changes
- GPIO HAL: Renamed entries of enumerations to avoid nameclashes with Windows defines.
`IN` and `OUT` in `Direction` changed to `DIR_IN` and `DIR_OUT`.
`CALLBACK` in `GpioTypes` changed to `TYPE_CALLBACK`
- GPIO HAL: `Direction` amd `GpioTypes` are enum classes now, which prevents
name clashes with Windows defines
- HAL Devicehandlers: Periodic printout is run-time configurable now
- `oneShotAction` flag in the `TestTask` class is not static anymore