mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Parachute: allow more libraries to compile with no HAL_GCS_ENABLED
This commit is contained in:
parent
59a4269624
commit
85652f69e9
@ -103,7 +103,7 @@ void AP_Parachute::release()
|
||||
return;
|
||||
}
|
||||
|
||||
gcs().send_text(MAV_SEVERITY_INFO,"Parachute: Released");
|
||||
GCS_SEND_TEXT(MAV_SEVERITY_INFO,"Parachute: Released");
|
||||
AP::logger().Write_Event(LogEvent::PARACHUTE_RELEASED);
|
||||
|
||||
// set release time to current system time
|
||||
|
Loading…
Reference in New Issue
Block a user