nuttx-apps/system/nxcamera
yangsen5 78792120cd nxcamera: Solve compilation errors caused by type mismatch
CC:  nxcamera.c nxcamera.c: In function 'show_image':
nxcamera.c:85:20: error: initialization of 'uint32_t *' {aka 'unsigned int *'} from incompatible pointer type 'uint8_t *' {aka 'unsigned char *'} [-Werror=incompatible-pointer-types]
   85 |   uint32_t *pbuf = pcam->bufs[buf->index];
      |                    ^~~~
cc1: all warnings being treated as errors

Signed-off-by: yangsen5 <yangsen5@xiaomi.com>
2023-08-11 13:50:28 +08:00
..
Kconfig apps/system: add nxcamera app 2022-12-10 02:46:31 +08:00
Make.defs apps/system: add nxcamera app 2022-12-10 02:46:31 +08:00
Makefile apps/system: add nxcamera app 2022-12-10 02:46:31 +08:00
nxcamera_main.c system/nxcamera: fix sscanf overflow 2023-02-16 19:00:29 +08:00
nxcamera.c nxcamera: Solve compilation errors caused by type mismatch 2023-08-11 13:50:28 +08:00