Skip to content
Snippets Groups Projects
Commit 027ad8bb authored by Davide Basso's avatar Davide Basso
Browse files

[MockupMain] Rollback GPS changes

parent 27eefc40
Branches
Tags
1 merge request!102[Parafoil] Add Parafoil On-Board-Software
Pipeline #11492 failed
......@@ -353,7 +353,7 @@ void Sensors::ubxGpsInit()
ubxgps = std::make_unique<UBXGPSSpi>(
getModule<Buses>()->spi1, hwmap::ubxgps::cs::getPin(), spiConfig,
Hertz{config::UBXGPS::SAMPLING_RATE}.value());
Kilohertz{config::UBXGPS::SAMPLING_RATE}.value());
LOG_INFO(logger, "UBXGPS initialized!");
}
......
......@@ -82,7 +82,7 @@ constexpr auto TEMPERATURE_DIVIDER = 10U;
namespace UBXGPS
{
constexpr auto ENABLED = true;
constexpr auto SAMPLING_RATE = 10_hz;
constexpr auto SAMPLING_RATE = 10_khz;
} // namespace UBXGPS
namespace LSM6DSRX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment