SAMV7 MCAN: Cosmetic change
This commit is contained in:
parent
82b6c8aed7
commit
bd384d93eb
@ -2759,7 +2759,7 @@ static int mcan_send(FAR struct can_dev_s *dev, FAR struct can_msg_s *msg)
|
|||||||
* called from the tasking level.
|
* called from the tasking level.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
can_txdone(dev);
|
(void)can_txdone(dev);
|
||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3208,7 +3208,7 @@ static void mcan_interrupt(FAR struct can_dev_s *dev)
|
|||||||
* data in mcan_send().
|
* data in mcan_send().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
can_txready(dev);
|
(void)can_txready(dev);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if ((pending & priv->txints) != 0)
|
else if ((pending & priv->txints) != 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user