1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 12:10:34 +00:00
This commit is contained in:
Carles Fernandez 2016-10-02 21:47:10 +02:00
parent e89b54c682
commit a9e881c8bd

View File

@ -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;