mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 01:55:12 +08:00
009f528266
Ifdefed out deadcode in position_estimator_inav_main.c as the deadcode does not compile for qurt. Added fixes to get a successful build for posix-arm and qurt targets. Removed CLOCK_REALTIME def from px4_time.h for qurt and removed unused variables in att_est_q and mc_att_control. Signed-off-by: Mark Charlebois <charlebm@gmail.com>