Fix markdown

This commit is contained in:
Carles Fernandez 2020-05-07 23:26:24 +02:00
parent 1d703b4b48
commit fa9d29426c
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SPDX-FileCopyrightText: 2011-2020 Carles Fernandez-Prades <carles.fernandez@cttc
- The software can now be cross-compiled on Petalinux environments.
- Fixes building with GCC 10 (gcc-10 and above flipped a default from `-fcommon`
to `-fno-common`, causing an error due to multiple defined lambda functions).
- Make use of `std::span` if the compiler supports it.
- Make use of `std::span` if the compiler supports it.
### Improvements in Reliability: