From a55e738dfad92ae7e23e45c3593384b9469f1177 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sat, 9 May 2020 20:21:13 +0300 Subject: ccarctrl big fix --- src/control/AutoPilot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/control/AutoPilot.h') diff --git a/src/control/AutoPilot.h b/src/control/AutoPilot.h index 24e7cc53..282f1418 100644 --- a/src/control/AutoPilot.h +++ b/src/control/AutoPilot.h @@ -130,4 +130,6 @@ public: void Load(uint8*& buf); #endif + float GetCruiseSpeed(void) { return m_nCruiseSpeed * m_fCruiseSpeedMultiplier; } + }; -- cgit v1.2.3