minor correction
fsfw/fsfw/pipeline/pr-development Build started... Details

This commit is contained in:
Robin Müller 2022-03-08 09:02:40 +01:00
parent 89c1878622
commit 14620fdd72
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changes
- GPIO HAL: `Direction` amd `GpioTypes` are enum classes now, which prevents
- GPIO HAL: `Direction`, `GpioOperation` and `Levels` are enum classes now, which prevents
name clashes with Windows defines.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/572
- New CMake option `FSFW_HAL_LINUX_ADD_LIBGPIOD` to specifically exclude `gpiod` code.