Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
px4io mixer: fix atomic access to system_state.fmu_data_received_time
system_state.fmu_data_received_time can be set from an IRQ handler, thus we need to ensure every read access to it in mixer_tick is atomic. So we read it once and copy it into a local variable.
- Loading branch information