Skip to content

Commit 2bce7bb

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 0931a62 commit 2bce7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/esp32/HardwareSerial.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ void HardwareSerial::begin(unsigned long baud, uint32_t config, int8_t rxPin, in
390390
HSERIAL_MUTEX_UNLOCK();
391391
return;
392392
}
393-
393+
394394
// IDF UART driver keeps Pin setting on restarting. Negative Pin number will keep it unmodified.
395395
// it will detach previous UART attached pins
396396

0 commit comments

Comments
 (0)