nuttx-apps/examples/rpmsgsocket
yanghuatao 658b847384 apps/rpsock_client: Fix rpsock_client.c [-Wformat=] warning
Fix warning:
CC:  rpsock_client.c rpsock_client.c: In function 'rpsock_unsync_test':
rpsock_client.c:203:30: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} [-Wformat=]
  203 |                       printf("client check fail total %d, \
      |                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  204 |                               i %d, %08x, %08x\n",
      |                               ~~~~~~~~~~~~~~~~~~~
  205 |                               ALIGN_UP(total), i, intp[i],
      |                                                   ~~~~~~~
      |                                                       |
      |                                                       uint32_t {aka long unsigned int}

Signed-off-by: yanghuatao <yanghuatao@xiaomi.com>
2023-08-28 17:34:02 +03:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2023-08-17 01:15:17 +08:00
Kconfig examples/rpmsgsocket: fix wrong typo 2022-08-16 01:04:10 +08:00
Make.defs rpmsgsocket: add rpmsgsocket test case 2021-03-05 07:51:51 -08:00
Makefile rpmsgsocket: add rpmsgsocket test case 2021-03-05 07:51:51 -08:00
rpsock_client.c apps/rpsock_client: Fix rpsock_client.c [-Wformat=] warning 2023-08-28 17:34:02 +03:00
rpsock_server.c apps: correct print specifiers to fix compilation warnings 2023-06-23 12:05:54 +08:00