mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 22:18:28 -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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
gcs().send_text(MAV_SEVERITY_INFO,"Parachute: Released");
|
GCS_SEND_TEXT(MAV_SEVERITY_INFO,"Parachute: Released");
|
||||||
AP::logger().Write_Event(LogEvent::PARACHUTE_RELEASED);
|
AP::logger().Write_Event(LogEvent::PARACHUTE_RELEASED);
|
||||||
|
|
||||||
// set release time to current system time
|
// set release time to current system time
|
||||||
|
Loading…
Reference in New Issue
Block a user