Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit 0b6810a

Browse files
authored
Merge pull request #69 from manchoz/mnx_fix_can_leds
Shutdown CAN leds at init
2 parents bf501a8 + ce7fd9b commit 0b6810a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_MachineControl.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ class COMMClass {
9393
digitalWrite(PinNameToIndex(PA_0), LOW);
9494
digitalWrite(PinNameToIndex(PI_9), LOW);
9595
//SHUTDOWN OF CAN LEDS
96-
digitalWrite(PinNameToIndex(PB_8), LOW);
97-
digitalWrite(PinNameToIndex(PH_13), LOW);
96+
digitalWrite(PinNameToIndex(PB_8), HIGH);
97+
digitalWrite(PinNameToIndex(PH_13), HIGH);
9898

9999
// SET DEFAULTS for RS485
100100
rs485Enable(false);

0 commit comments

Comments
 (0)