mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Rover: replace int with uint8_t
non-functional change
This commit is contained in:
parent
82e61d7198
commit
3adfb0e77d
@ -189,7 +189,7 @@ void Rover::trim_control_surfaces()
|
||||
|
||||
void Rover::trim_radio()
|
||||
{
|
||||
for (int y = 0; y < 30; y++) {
|
||||
for (uint8_t y = 0; y < 30; y++) {
|
||||
read_radio();
|
||||
}
|
||||
trim_control_surfaces();
|
||||
|
Loading…
Reference in New Issue
Block a user