mirror of
https://github.com/apache/nuttx.git
synced 2026-05-10 15:30:25 +08:00
3d45550da9
Update the can_sendmsg() signature from "struct msghdr *msg" to "const struct msghdr *msg" to match the updated sendmsg() prototype and resolve compilation errors due to parameter type inconsistency. Signed-off-by: guoshichao <guoshichao@xiaomi.com>