Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
landdetector flight time: fix cast to 64 bits
`_param_total_flight_time_low.get()` is an int32_t and gets sign-extended if cast directly to uint64_t. To avoid that we first cast to uint32_t.
- Loading branch information