aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/mpu6000/mpu6000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/mpu6000/mpu6000.cpp')
-rw-r--r--src/drivers/mpu6000/mpu6000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/mpu6000/mpu6000.cpp b/src/drivers/mpu6000/mpu6000.cpp
index 4461dc10b..b6642e2bb 100644
--- a/src/drivers/mpu6000/mpu6000.cpp
+++ b/src/drivers/mpu6000/mpu6000.cpp
@@ -1778,7 +1778,7 @@ MPU6000::print_info()
(unsigned)_checked_values[i]);
}
}
- ::printf("temperature: %.1f\n", _last_temperature);
+ ::printf("temperature: %.1f\n", (double)_last_temperature);
}
void