mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 01:04:19 +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