Skip to content

Commit b402d61

Browse files
committed
Fix G27 shifter comment typo
1 parent 7db12ed commit b402d61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimRacing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1159,7 +1159,7 @@ uint16_t LogitechShifterG27::readShiftRegisters() {
11591159
digitalWrite(this->pinLatch, HIGH);
11601160
delayMicroseconds(12);
11611161

1162-
// clock is pullsed from LOW to HIGH on every bit,
1162+
// clock is pulsed from LOW to HIGH on every bit,
11631163
// and then left to idle low
11641164
for (int i = 0; i < 16; ++i) {
11651165
digitalWrite(this->pinClock, LOW);

0 commit comments

Comments
 (0)