Skip to content

Commit ae94c56

Browse files
authored
Update pinList.ino
1 parent 017f92b commit ae94c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GPIO/pinList/pinList.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void setup()
4040
unsigned gpio2 = pins2[i]->getGpioNr();
4141
unsigned bit1 = pins1[i]->getBitNr();
4242
unsigned bit2 = pins2[i]->getBitNr();
43-
Serial.printf("%02d -> GPIO%u-%02u | GIPO%u-%02u -> %02d\n", pin1, gpio1, bit1, gpio2, bit2, pin2);
43+
Serial.printf("%02d -> GPIO%u-%02u | GPIO%u-%02u -> %02d\n", pin1, gpio1, bit1, gpio2, bit2, pin2);
4444
}
4545
}
4646

0 commit comments

Comments
 (0)