RC_Channel: Match output type and variable type

This commit is contained in:
murata 2019-01-02 05:51:24 +09:00 committed by Andrew Tridgell
parent 954e6a0c50
commit fa78987046

View File

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