drivers/can/can.c: Another fatal build problem from recent commits. Don't people actually test these things?

This commit is contained in:
Gregory Nutt 2019-04-24 14:08:14 -06:00
parent e8fc7356a9
commit 800f6003a6

View File

@ -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;