1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-15 19:55:47 +00:00

Fix runtime error in arm: RTKLIB wants dynamic memory

This commit is contained in:
Carles Fernandez 2019-07-29 18:43:49 +02:00
parent 271399fc22
commit 68410f81d0
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -136,8 +136,6 @@ private:
int d_nchannels; // Number of available channels for positioning
std::array<double, 4> dop_{};
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{};
};