mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:04:18 +08:00
sensors init CAL_ACC0_ID and CAL_GYRO0_ID for QGC
This commit is contained in:
@@ -161,6 +161,8 @@ int initialize_parameter_handles(ParameterHandles ¶meter_handles)
|
||||
// We do a param_find here to force them into the list.
|
||||
(void)param_find("RC_CHAN_CNT");
|
||||
(void)param_find("RC_TH_USER");
|
||||
(void)param_find("CAL_ACC0_ID");
|
||||
(void)param_find("CAL_GYRO0_ID");
|
||||
(void)param_find("CAL_MAG0_ID");
|
||||
(void)param_find("CAL_MAG1_ID");
|
||||
(void)param_find("CAL_MAG2_ID");
|
||||
|
||||
Reference in New Issue
Block a user