mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
SAMV7 MCAN: Cosmetic change
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
can_txdone(dev);
|
||||
(void)can_txdone(dev);
|
||||
return OK;
|
||||
}
|
||||
|
||||
@@ -3208,7 +3208,7 @@ static void mcan_interrupt(FAR struct can_dev_s *dev)
|
||||
* data in mcan_send().
|
||||
*/
|
||||
|
||||
can_txready(dev);
|
||||
(void)can_txready(dev);
|
||||
#endif
|
||||
}
|
||||
else if ((pending & priv->txints) != 0)
|
||||
|
||||
Reference in New Issue
Block a user