mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
b258680949
rpmsg_ping.c is blocking CI checks for RPTUN related patches like #11673. this patch simply fix the compilation issue of rpmsg_ping.c: - line 191: overflow conversion from "long unsigned int" to "unsigned int" - line 226: "sendlen" used uninitialized Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>