Skip to content

Commit 1acfa42

Browse files
SuGliderCopilot
andauthored
fix(uart): fixes misspeling
Co-authored-by: Copilot <[email protected]>
1 parent 600e134 commit 1acfa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/HardwareSerial.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ class HardwareSerial : public Stream {
356356

357357
void setDebugOutput(bool);
358358

359-
// fuctions used to enable or disable UART pins signal inversion
359+
// functions used to enable or disable UART pins signal inversion
360360
// returns the requested operation success status
361361
bool setRxInvert(bool);
362362
bool setTxInvert(bool);

0 commit comments

Comments
 (0)