New config feature - time1 can declare GPS wraparound compensation

Richard Laager rlaager at wiktel.com
Sat Aug 17 00:50:02 UTC 2019


On 8/16/19 5:21 PM, Sanjeev Gupta via devel wrote:
> My new push (on Gitlab) uses (unsigned long long) , and tests OK on
> 32-bit and 64-bit systems.


It seems like you should be using a size-specific type here rather than
trying to find a type of the appropriate size manually and using that.
Use uint8_t, which is guaranteed to be an unsigned 8-bit integer.

-- 
Richard


More information about the devel mailing list