Skip to content
Commit 65ebf695 authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

fix #359: The Noto mount conponent exposes a bad date and time readout from...

fix #359: The Noto mount conponent exposes a bad date and time readout from the ACU. This readout (#360)

is employed in coordinate computation in order to check if the telescope is tracking or not.
This problem was due to the 32 to 64 bits migration particularly a memcpy from a ACU buffer to
an integer. This integer was 4 byte long in the 32 bits architecture while was 8 bytes in the 64 bits.
The result of that was an inversion of LSB and MSB .
parent 54e2aaf6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment