Skip to content

Commit

Permalink
Redunant function...
Browse files Browse the repository at this point in the history
There was an extra sendMsg() in one of the sendMsgBuf() functions.
  • Loading branch information
coryjfowler authored Jul 21, 2016
1 parent 4dc07ab commit f16b698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcp_can.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,6 @@ INT8U MCP_CAN::sendMsgBuf(INT32U id, INT8U ext, INT8U len, INT8U *buf)
INT8U res;

setMsg(id, 0, ext, len, buf);
sendMsg();
res = sendMsg();

return res;
Expand Down

0 comments on commit f16b698

Please sign in to comment.