mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-08-30 01:17:59 +00:00
Fix runtime error in arm: RTKLIB wants dynamic memory
This commit is contained in:
@@ -136,8 +136,6 @@ private:
|
|||||||
int d_nchannels; // Number of available channels for positioning
|
int d_nchannels; // Number of available channels for positioning
|
||||||
std::array<double, 4> dop_{};
|
std::array<double, 4> dop_{};
|
||||||
std::array<obsd_t, MAXOBS> obs_data{};
|
std::array<obsd_t, MAXOBS> obs_data{};
|
||||||
std::array<eph_t, MAXOBS> eph_data{};
|
|
||||||
std::array<geph_t, MAXOBS> geph_data{};
|
|
||||||
Monitor_Pvt monitor_pvt{};
|
Monitor_Pvt monitor_pvt{};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user