AP_BoardConfig: use GCS_SEND_TEXT rather than gcs().send_text

Co-authored-by: muramura <ma2maru@gmail.com>
This commit is contained in:
Peter Barker 2024-08-07 13:17:20 +10:00 committed by Andrew Tridgell
parent f5e55b9a12
commit 4565eed5ad
1 changed files with 1 additions and 1 deletions

View File

@ -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