You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,7 +196,7 @@ The `U(S)ART` can be configured to follow a single-wire half-duplex protocol whe
196
196
*`void setHalfDuplex()`: enable half-duplex mode of an instance when it not instantiate in half-duplex mode. Must be call before `begin()` in this case.
197
197
198
198
##### Example for a **Nucleo L496ZG-P**:
199
-
`Serial4` sends byte to `Serila3`, compare values then `Serial3` resend it to `Serial4` and compare.
199
+
`Serial4` sends byte to `Serial3`, compare values then `Serial3` resend it to `Serial4` and compare.
0 commit comments