mirror of https://github.com/ArduPilot/ardupilot
AP_BoardConfig: use GCS_SEND_TEXT rather than gcs().send_text
Co-authored-by: muramura <ma2maru@gmail.com>
This commit is contained in:
parent
f5e55b9a12
commit
4565eed5ad
|
@ -108,7 +108,7 @@ void AP_BoardConfig::set_imu_temp(float current)
|
||||||
#endif // HAL_LOGGING_ENABLED
|
#endif // HAL_LOGGING_ENABLED
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
gcs().send_text(MAV_SEVERITY_INFO, "Heater: Out=%.1f Temp=%.1f",
|
GCS_SEND_TEXT(MAV_SEVERITY_INFO, "Heater: Out=%.1f Temp=%.1f",
|
||||||
double(heater.output),
|
double(heater.output),
|
||||||
double(avg));
|
double(avg));
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue