1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-08-03 12:23:47 +00:00

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

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. - The software can now be cross-compiled on Petalinux environments.
- Fixes building with GCC 10 (gcc-10 and above flipped a default from `-fcommon` - 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). 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: ### Improvements in Reliability: