1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2026-04-17 12:21:25 +00:00
Files
gnss-sdr/src/algorithms/telemetry_decoder
Carles Fernandez 8e0445264a Do not use bitwise operators with signed operands
Use of signed operands with bitwise operators is in some cases subject to undefined or implementation defined behavior. Therefore, bitwise operators should only be used with operands of unsigned integral types.
2019-07-15 12:17:29 +02:00
..
2019-06-29 14:22:15 +02:00
2018-11-18 21:24:54 +01:00