mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-02-05 21:50:09 +00:00
Fix typo
This commit is contained in:
parent
c69b877c44
commit
05b6c03344
@ -1046,8 +1046,8 @@ void GNSSFlowgraph::apply_action(unsigned int who, unsigned int what)
|
||||
}
|
||||
}
|
||||
break;
|
||||
case 10: //request stanby mode
|
||||
LOG(INFO) << "TC request stanby mode";
|
||||
case 10: // request standby mode
|
||||
LOG(INFO) << "TC request standby mode";
|
||||
for (size_t n = 0; n < channels_.size(); n++)
|
||||
{
|
||||
if (channels_state_[n] == 1 or channels_state_[n] == 2) //channel in acquisition or in tracking
|
||||
@ -1100,7 +1100,7 @@ void GNSSFlowgraph::apply_action(unsigned int who, unsigned int what)
|
||||
channels_state_[n] = 0;
|
||||
}
|
||||
}
|
||||
acq_channels_count_ = 0; //all channels are in stanby now
|
||||
acq_channels_count_ = 0; // all channels are in standby now
|
||||
break;
|
||||
case 11: // request coldstart mode
|
||||
LOG(INFO) << "TC request flowgraph coldstart";
|
||||
|
Loading…
x
Reference in New Issue
Block a user