Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apps: rpc_demo: fix compilation warning
The GCC compiler complains about the printf of a size_t variable. add 'z' length modifier to fix the warning. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
- Loading branch information