AP_PiccoloCAN : Update Telemetry

telemtry -> telemetry
This commit is contained in:
VMsunghwan 2022-01-16 15:01:41 +09:00 committed by Randy Mackay
parent 5bf24cd54c
commit e3c116c9fb
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ void AP_PiccoloCAN::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()) {
WITH_SEMAPHORE(_telem_sem);