Commit 8e62997
fix(UART): sets the correct uart clock source when using begin(baudrate) (espressif#11122)
* fix(uart): uart begin does not set the clock source when baudrate changes
* fix(uart): returns success on baud rate change operation
* fix(code): uart typo - missing ( in the code
* fix(uart): replacing mutex lock to avoid double lock
* ci(pre-commit): Apply automatic fixes
---------
Co-authored-by: Lucas Saavedra Vaz <[email protected]>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent 74ee9df commit 8e62997
2 files changed
+10
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
588 | | - | |
589 | 588 | | |
590 | 589 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
| 590 | + | |
598 | 591 | | |
| 592 | + | |
599 | 593 | | |
600 | 594 | | |
601 | 595 | | |
| |||
972 | 966 | | |
973 | 967 | | |
974 | 968 | | |
975 | | - | |
| 969 | + | |
976 | 970 | | |
977 | | - | |
| 971 | + | |
978 | 972 | | |
| 973 | + | |
979 | 974 | | |
980 | 975 | | |
981 | 976 | | |
| |||
993 | 988 | | |
994 | 989 | | |
995 | 990 | | |
996 | | - | |
| 991 | + | |
997 | 992 | | |
998 | 993 | | |
999 | | - | |
| 994 | + | |
| 995 | + | |
1000 | 996 | | |
1001 | 997 | | |
| 998 | + | |
1002 | 999 | | |
1003 | 1000 | | |
1004 | 1001 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments