AP_ESC_Telem: Fix copy & paste typo

This commit is contained in:
Dr.-Ing. Amilcar do Carmo Lucas 2021-02-23 17:16:37 +01:00 committed by Peter Barker
parent af759bf57e
commit 48ab08fb67

View File

@ -57,7 +57,7 @@ bool AP_ESC_Telem::get_usage_seconds(uint8_t esc_id, uint32_t& usage_sec) const
AP_ESC_Telem *AP_ESC_Telem::_singleton = nullptr; AP_ESC_Telem *AP_ESC_Telem::_singleton = nullptr;
/* /*
* Get the AP_InertialSensor singleton * Get the AP_ESC_Telem singleton
*/ */
AP_ESC_Telem *AP_ESC_Telem::get_singleton() AP_ESC_Telem *AP_ESC_Telem::get_singleton()
{ {