mirror of
https://github.com/Seeed-Studio/Seeed_Arduino_CAN.git
synced 2026-09-14 10:33:49 +00:00
Return value from setMsg
This commit is contained in:
+1
-1
@@ -716,7 +716,7 @@ INT8U MCP_CAN::setMsg(INT32U id, INT8U ext, INT8U len, INT8U rtr, INT8U *pData)
|
||||
*********************************************************************************************************/
|
||||
INT8U MCP_CAN::setMsg(INT32U id, INT8U ext, INT8U len, INT8U *pData)
|
||||
{
|
||||
setMsg( id, ext, len, 0, pData );
|
||||
return setMsg( id, ext, len, 0, pData );
|
||||
}
|
||||
|
||||
/*********************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user