Skip to content
Snippets Groups Projects
Commit 932a72c7 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

[MPU9250] FIxed log print error

parent 56a246b3
Branches
Tags
No related merge requests found
...@@ -92,7 +92,7 @@ bool MPU9250::init() ...@@ -92,7 +92,7 @@ bool MPU9250::init()
// Set the sample rate // Set the sample rate
setSampleRate(samplingRate); setSampleRate(samplingRate);
LOG_DEBUG(logger, "Magnetometer sensitivity adjustment: %d, %d, %d", LOG_DEBUG(logger, "Magnetometer sensitivity adjustment: {}, {}, {}",
magSensAdjCoeff[0], magSensAdjCoeff[1], magSensAdjCoeff[2]); magSensAdjCoeff[0], magSensAdjCoeff[1], magSensAdjCoeff[2]);
initialized = true; initialized = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment