Skip to content

Commit a50e967

Browse files
committed
Fixing typo.
1 parent fe47de7 commit a50e967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/tools/PoDL-Sink-Auto-TurnOff/PoDL-Sink-Auto-TurnOff.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void setup()
8585

8686
/* A0 -> LOCAL_ENABLE -> DO NOT feed power from board to network. */
8787
tc6_inst->digitalWrite(TC6::DIO::A0, false);
88-
/* A1 -> T1S_DISBLE -> Open the switch connecting network to board by pulling EN LOW. */
88+
/* A1 -> T1S_DISABLE -> Open the switch connecting network to board by pulling EN LOW. */
8989
tc6_inst->digitalWrite(TC6::DIO::A1, true);
9090

9191
Serial.println("PoDL-Sink-Auto-TurnOff");

examples/tools/PoDL-Source/PoDL-Source.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void setup()
8585

8686
/* A0 -> LOCAL_ENABLE -> feed power from board to network. */
8787
tc6_inst->digitalWrite(TC6::DIO::A0, true);
88-
/* A1 -> T1S_DISBLE -> close the switch connecting network to board. */
88+
/* A1 -> T1S_DISABLE -> close the switch connecting network to board. */
8989
tc6_inst->digitalWrite(TC6::DIO::A1, true);
9090

9191
Serial.println("PoDL-Source");

0 commit comments

Comments
 (0)