We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 065f874 commit 65a7d56Copy full SHA for 65a7d56
NAV_Algorithms/data_structures.h
@@ -67,15 +67,19 @@ typedef struct
67
float dummy2;
68
#endif
69
coordinates_t c;
70
+#if RUN_MICROPHONE
71
float sound_intensity;
72
+#endif
73
} observations_type;
74
75
//! combination of all input and output data in one structure
76
typedef struct
77
{
78
measurement_data_t m;
79
80
81
82
83
float IAS;
84
float TAS;
85
float vario_uncompensated;
0 commit comments