Browse Source

RC_Channel: Match output type and variable type

master
murata 6 years ago committed by Andrew Tridgell
parent
commit
fa78987046
  1. 2
      libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp

2
libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp

@ -94,7 +94,7 @@ void loop() @@ -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…
Cancel
Save