mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 05:17:35 +08:00
parameters: change check_mag_strength from bool to int32_t to comply with the standard interface
This commit is contained in:
committed by
Mathieu Bresciani
parent
c7bdf25663
commit
811ec81246
+1
-1
@@ -361,7 +361,7 @@ struct parameters {
|
||||
|
||||
// compute synthetic magnetomter Z value if possible
|
||||
int32_t synthesize_mag_z{0};
|
||||
bool check_mag_strength{false};
|
||||
int32_t check_mag_strength{0};
|
||||
};
|
||||
|
||||
struct stateSample {
|
||||
|
||||
Reference in New Issue
Block a user