drivers/can/can.c: Another fatal build problem from recent commits. Don't people actually test these things?
This commit is contained in:
parent
e8fc7356a9
commit
800f6003a6
@ -1290,7 +1290,7 @@ int can_receive(FAR struct can_dev_s *dev, FAR struct can_hdr_s *hdr,
|
||||
FAR struct can_rxfifo_s *fifo;
|
||||
FAR uint8_t *dest;
|
||||
FAR struct list_node *node;
|
||||
FAR struct list_node *node;
|
||||
FAR struct list_node *tmp;
|
||||
int nexttail;
|
||||
int errcode = -ENOMEM;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user