Rover: replace int with uint8_t

non-functional change
This commit is contained in:
Randy Mackay 2017-08-22 15:55:39 +09:00
parent 82e61d7198
commit 3adfb0e77d

View File

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