From 72612d3cb9b069d00daf4e12c47eefc00b4c9cc8 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Tue, 11 Feb 2020 15:15:39 +0900 Subject: [PATCH] AP_Vehicle: add AP_ESC_Telem --- libraries/AP_Vehicle/AP_Vehicle.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/AP_Vehicle/AP_Vehicle.h b/libraries/AP_Vehicle/AP_Vehicle.h index b6e5638c8a..eab2e0962a 100644 --- a/libraries/AP_Vehicle/AP_Vehicle.h +++ b/libraries/AP_Vehicle/AP_Vehicle.h @@ -37,6 +37,7 @@ #include #include #include +#include class AP_Vehicle : public AP_HAL::HAL::Callbacks { @@ -217,6 +218,8 @@ protected: AP_Hott_Telem hott_telem; #endif + AP_ESC_Telem esc_telem; + static const struct AP_Param::GroupInfo var_info[]; static const struct AP_Scheduler::Task scheduler_tasks[];