nuttx-apps/system/nxcamera
yangsen5 d2fd626780 nxcamera: Fix compilation warnings caused by format issues
nxcamera_main.c:160:26: warning: format '%d' expects argument of type 'int *', but argument 5 has type 'uint32_t *' {aka 'long unsigned int *'} [-Wformat=]
  160 |   sscanf(parg, "%hd %hd %d %4s", &width, &height, &framerate, cc);
      |                         ~^                        ~~~~~~~~~~
      |                          |                        |
      |                          int *                    uint32_t * {aka long unsigned int *}
      |                         %ld

Signed-off-by: yangsen5 <yangsen5@xiaomi.com>
2023-09-12 10:08:58 +08:00
..
Kconfig
Make.defs
Makefile
nxcamera_main.c nxcamera: Fix compilation warnings caused by format issues 2023-09-12 10:08:58 +08:00
nxcamera.c system/nxcamera: add pan_display when it is not single buffer. 2023-08-30 20:51:58 +03:00