mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_PiccoloCAN : Update Telemetry
telemtry -> telemetry
This commit is contained in:
parent
5bf24cd54c
commit
e3c116c9fb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user