mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-04 06:58:39 -04:00
RC_Channel: Match output type and variable type
This commit is contained in:
parent
954e6a0c50
commit
fa78987046
@ -94,7 +94,7 @@ void loop()
|
||||
|
||||
if (count++ == 0) {
|
||||
for (int i=0; i<RC_CHANNELS_TO_DISPLAY; i++) {
|
||||
hal.console->printf("Ch %02d ", (unsigned)i+1);
|
||||
hal.console->printf("Ch %02u ", (unsigned)i+1);
|
||||
}
|
||||
hal.console->printf("\n");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user