Skip to content

Commit 65a7d56

Browse files
+ Complile time switch for microphone support.
1 parent 065f874 commit 65a7d56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

NAV_Algorithms/data_structures.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,19 @@ typedef struct
6767
float dummy2;
6868
#endif
6969
coordinates_t c;
70+
#if RUN_MICROPHONE
7071
float sound_intensity;
72+
#endif
7173
} observations_type;
7274

7375
//! combination of all input and output data in one structure
7476
typedef struct
7577
{
7678
measurement_data_t m;
7779
coordinates_t c;
80+
#if RUN_MICROPHONE
7881
float sound_intensity;
82+
#endif
7983
float IAS;
8084
float TAS;
8185
float vario_uncompensated;

0 commit comments

Comments
 (0)