mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-07 07:20:35 +08:00
uavcan: fix after calibration refactor
This commit is contained in:
@@ -65,6 +65,6 @@ private:
|
||||
MagCbBinder;
|
||||
|
||||
uavcan::Subscriber<uavcan::equipment::ahrs::MagneticFieldStrength, MagCbBinder> _sub_mag;
|
||||
mag_scale _scale = {};
|
||||
struct mag_calibration_s _scale = {};
|
||||
mag_report _report = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user