parameters: change check_mag_strength from bool to int32_t to comply with the standard interface

This commit is contained in:
bresch
2019-11-11 14:56:53 +01:00
committed by Mathieu Bresciani
parent c7bdf25663
commit 811ec81246
+1 -1
View File
@@ -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 {