rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
603 stars 236 forks source link

rcvraw decode_frame_alm: use uint32_t as appropriate #380

Closed ourairquality closed 1 week ago

ourairquality commented 2 weeks ago

The results from getbitu() were being assigned or compared to signed integers. This quietens some warnings.