Skip to content

Commit

Permalink
Example updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed Oct 31, 2024
1 parent 6b03e7b commit c2c0a2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ void setup() {
do {

// Initialize CAN controller with 125 kbit/s (VSCP default bitrate)
if (CAN_OK != canCom.begin(CAN_125KBPS)) {
if (CAN_OK != canCom.begin(MCP_STDEXT, CAN_125KBPS, MCP_16MHZ)) {

// Try again
delay(100);
Expand Down

0 comments on commit c2c0a2d

Please sign in to comment.