mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 03:48:55 +00:00
v1.0.3
This commit is contained in:
@@ -180,6 +180,7 @@ static int aic_can_recv(struct rt_can_device *can, void *buf, rt_uint32_t boxno)
|
||||
pmsg->rtr = phandle->msg.rtr;
|
||||
pmsg->ide = phandle->msg.ide;
|
||||
pmsg->len = phandle->msg.dlc;
|
||||
pmsg->hdr = 0;
|
||||
|
||||
for (i = 0; i < pmsg->len; i++)
|
||||
pmsg->data[i] = phandle->msg.data[i];
|
||||
|
||||
Reference in New Issue
Block a user