mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
07c986905d
1.macOS doesn't support 32bit anymore(CONFIG_SIM_M32=y)
2.fix b4bit compile warning:
CC: ioexpander/ioe_rpmsg.c ioexpander/ioe_rpmsg.c:368:14: warning:
cast to 'void *' from smaller integer type 'int' [-Wint-to-void-pointer-cast]
return (FAR void *)(ret + 1);
^~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Yongrong Wang <wangyongrong@xiaomi.com>