File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ void setup() {
1111 Serial.println (" CAN Receiver" );
1212
1313 // start the CAN bus at 500 kbps
14- if (!CAN.begin (500e3 )) {
14+ if (!CAN.begin (500E3 )) {
1515 Serial.println (" Starting CAN failed!" );
1616 while (1 );
1717 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ void setup() {
1111 Serial.println (" CAN Receiver Callback" );
1212
1313 // start the CAN bus at 500 kbps
14- if (!CAN.begin (500e3 )) {
14+ if (!CAN.begin (500E3 )) {
1515 Serial.println (" Starting CAN failed!" );
1616 while (1 );
1717 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ void setup() {
1111 Serial.println (" CAN Sender" );
1212
1313 // start the CAN bus at 500 kbps
14- if (!CAN.begin (500e3 )) {
14+ if (!CAN.begin (500E3 )) {
1515 Serial.println (" Starting CAN failed!" );
1616 while (1 );
1717 }
You can’t perform that action at this time.
0 commit comments