Skip to content

Commit 5753a02

Browse files
authored
feat(uart): add commentaties
1 parent 84f3796 commit 5753a02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp32/HardwareSerial.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ class HardwareSerial : public Stream {
357357
void setDebugOutput(bool);
358358

359359
// fuctions used to enable or disable UART pins signal inversion
360+
// returns the requested operation success status
360361
bool setRxInvert(bool);
361362
bool setTxInvert(bool);
362363
bool setCtsInvert(bool);

0 commit comments

Comments
 (0)