mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 10:17:35 +08:00
MPU6K: Temp support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user