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

Commit ce7fd9b

Browse files
committed
Shutdown CAN leds at init
1 parent b70498b commit ce7fd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Arduino_MachineControl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ class COMMClass {
9595
digitalWrite(PinNameToIndex(PA_0), LOW);
9696
digitalWrite(PinNameToIndex(PI_9), LOW);
9797
//SHUTDOWN OF CAN LEDS
98-
digitalWrite(PinNameToIndex(PB_8), LOW);
99-
digitalWrite(PinNameToIndex(PH_13), LOW);
98+
digitalWrite(PinNameToIndex(PB_8), HIGH);
99+
digitalWrite(PinNameToIndex(PH_13), HIGH);
100100

101101
// SET DEFAULTS for RS485
102102
rs485Enable(false);

0 commit comments

Comments
 (0)