summaryrefslogtreecommitdiff
path: root/apps/examples/qencoder/qe_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/qencoder/qe_main.c')
-rw-r--r--apps/examples/qencoder/qe_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/qencoder/qe_main.c b/apps/examples/qencoder/qe_main.c
index 5085c7197..2042eaf93 100644
--- a/apps/examples/qencoder/qe_main.c
+++ b/apps/examples/qencoder/qe_main.c
@@ -315,7 +315,7 @@ int qe_main(int argc, char *argv[])
*/
#if defined(CONFIG_NSH_BUILTIN_APPS)
- printf("qe_main: Number of samples: %d\n", g_qeexample.nloops);
+ printf("qe_main: Number of samples: %u\n", g_qeexample.nloops);
for (nloops = 0; nloops < g_qeexample.nloops; nloops++)
#elif defined(CONFIG_EXAMPLES_QENCODER_NSAMPLES)
printf("qe_main: Number of samples: %d\n", CONFIG_EXAMPLES_QENCODER_NSAMPLES);