examples/qencoder/qe_main.c: * main(): Call to printf() had "%d" but argument was int32_t, leading to compiler warning. Change format specifier to PRIi32 (suggested by Gregory Nutt).
examples/qencoder/qe_main.c: * main(): Call to printf() had "%d" but argument was int32_t, leading to compiler warning. Change format specifier to PRIi32 (suggested by Gregory Nutt).