From fa78987046825c57fc42ea2694ac880ebe4fbe5c Mon Sep 17 00:00:00 2001 From: murata Date: Wed, 2 Jan 2019 05:51:24 +0900 Subject: [PATCH] RC_Channel: Match output type and variable type --- libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp index 5777c838a0..0683e507a8 100644 --- a/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/examples/RC_Channel/RC_Channel.cpp @@ -94,7 +94,7 @@ void loop() if (count++ == 0) { for (int i=0; iprintf("Ch %02d ", (unsigned)i+1); + hal.console->printf("Ch %02u ", (unsigned)i+1); } hal.console->printf("\n"); }