mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 12:10:34 +00:00
Fix
This commit is contained in:
parent
e89b54c682
commit
a9e881c8bd
@ -412,7 +412,7 @@ TEST_F(TTFF_GPS_L1_CA_Test, HotStart)
|
||||
for(int n = 0; n < FLAGS_num_measurements; n++)
|
||||
{
|
||||
// Create a new ControlThread object with a smart pointer
|
||||
std::unique_ptr<ControlThread> control_thread(new ControlThread(config2));
|
||||
std::unique_ptr<ControlThread> control_thread(new ControlThread(config));
|
||||
|
||||
// record startup time
|
||||
struct timeval tv;
|
||||
|
Loading…
Reference in New Issue
Block a user