osqzss / bladeGPS

Real-time GPS signal simulator for bladeRF
MIT License
142 stars 66 forks source link

Minor mods for const and uninitialized warning #2

Closed sgk closed 9 years ago

sgk commented 9 years ago

Use 'const' keyword for read-only function input arguments https://github.com/osqzss/gps-sdr-sim/commit/22f0122

Suppress Uninitialized Warning https://github.com/osqzss/gps-sdr-sim/commit/d61b472

osqzss commented 9 years ago

Thank you.