#pragma once #include #include "AP_ESC_Telem_Backend.h" #include #if CONFIG_HAL_BOARD == HAL_BOARD_SITL class AP_ESC_Telem_SITL : public AP_ESC_Telem_Backend { public: AP_ESC_Telem_SITL(); void update(); protected: private: }; #endif