Skip to content

Commit dc6f5d9

Browse files
committed
Cleaning up CANWrite.
1 parent 330b547 commit dc6f5d9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libraries/CAN/examples/CANWrite/CANWrite.ino

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ void setup()
1919
Serial.begin(115200);
2020
while (!Serial) { }
2121

22-
/* You need to enable the CAN transceiver
23-
* by commenting in below code when using
24-
* a Portenta H33 on a Portenta Max Carrier.
25-
* Note: Only CAN1 is available on the Portenta
26-
* Max Carrier's RJ10 CAN connector.
27-
*/
28-
pinMode(PIN_CAN1_STBY, OUTPUT);
29-
digitalWrite(PIN_CAN1_STBY, LOW);
30-
3122
if (!CAN.begin(CanBitRate::BR_250k))
3223
{
3324
Serial.println("CAN.begin(...) failed.");

0 commit comments

Comments
 (0)