AP_ESC_Telem : Update Telemetry
telemtry -> telemetry
This commit is contained in:
parent
e669902b9f
commit
5bf24cd54c
@ -370,7 +370,7 @@ void AP_ESC_Telem::update()
|
||||
{
|
||||
AP_Logger *logger = AP_Logger::get_singleton();
|
||||
|
||||
// Push received telemtry data into the logging system
|
||||
// Push received telemetry data into the logging system
|
||||
if (logger && logger->logging_enabled()) {
|
||||
|
||||
for (uint8_t i = 0; i < ESC_TELEM_MAX_ESCS; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user