Rover: minor comment change

This commit is contained in:
Randy Mackay 2019-10-17 15:03:01 +09:00 committed by Andrew Tridgell
parent 7e08bbc5e9
commit 497881a031
1 changed files with 1 additions and 1 deletions

View File

@ -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);