Skip to content

Commit 914165a

Browse files
committed
fix: Spelling error
1 parent b29670c commit 914165a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/arduino_nesso_n1/expander.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void pinMode(ExpanderPin pin, uint8_t mode) {
5353
}
5454
writeBitRegister(pin.address, 0x3, pin.pin, mode == OUTPUT);
5555
if (mode == OUTPUT) {
56-
// remove high impedence
56+
// remove high impedance
5757
writeBitRegister(pin.address, 0x7, pin.pin, false);
5858
} else if (mode == INPUT_PULLUP) {
5959
// set pull-up resistor

0 commit comments

Comments
 (0)