Fix spelling errors detected by lintian

This commit is contained in:
Carles Fernandez 2024-01-23 14:42:46 +01:00
parent 95e6111a46
commit fe5523c565
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 3 additions and 2 deletions

View File

@ -171,7 +171,7 @@ void ad936x_iio_custom::configure_params(struct iio_device *phy,
pos = it->find('=');
if (pos == std::string::npos)
{
std::cerr << "Misformed line: " << *it << std::endl;
std::cerr << "Malformed line: " << *it << std::endl;
continue;
}
@ -686,7 +686,7 @@ bool ad936x_iio_custom::init_config_ad9361_rx(long long bandwidth_,
}
std::cout << "AD936x Front-end configuration summary: \n";
std::cout << "RF frequency tunned in AD936x: " << freq_ << " [Hz]\n";
std::cout << "RF frequency tuned in AD936x: " << freq_ << " [Hz]\n";
std::cout << "Baseband sampling frequency: " << sample_rate_sps << " [SPS]\n";
std::cout << "RX chain gain: " << rf_gain_rx0_ << " [dB][only valid in manual mode]\n";
std::cout << "RX chain gain mode: " << gain_mode_rx0_ << "\n";

View File

@ -312,6 +312,7 @@ int PositionSystemTest::configure_receiver()
// Set PVT
config->set_property("PVT.implementation", "RTKLIB_PVT");
config->set_property("PVT.enable_pvt_kf", "true"),
config->set_property("PVT.positioning_mode", "PPP_Static");
config->set_property("PVT.output_rate_ms", std::to_string(output_rate_ms));
config->set_property("PVT.display_rate_ms", std::to_string(display_rate_ms));