From 48c0651df50a3efffbb46a8298ef9ed8a412e455 Mon Sep 17 00:00:00 2001 From: Randy Mackay Date: Thu, 17 Oct 2019 15:03:01 +0900 Subject: [PATCH] Rover: minor comment change --- APMrover2/radio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APMrover2/radio.cpp b/APMrover2/radio.cpp index 336626c24d..8f99b4092f 100644 --- a/APMrover2/radio.cpp +++ b/APMrover2/radio.cpp @@ -26,7 +26,7 @@ void Rover::set_control_channels(void) // For a rover safety is TRIM throttle g2.motors.setup_safety_output(); } - // setup correct scaling for ESCs like the UAVCAN PX4ESC which + // setup correct scaling for ESCs like the UAVCAN ESCs which // take a proportion of speed. Default to 1000 to 2000 for systems without // a k_throttle output hal.rcout->set_esc_scaling(1000, 2000);