Skip to content

Commit b3762e8

Browse files
bwfarm2fpistm
authored andcommitted
Fixed a typo. Serila3 -> Serial3
1 parent 9b44469 commit b3762e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The `U(S)ART` can be configured to follow a single-wire half-duplex protocol whe
196196
* `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.
197197

198198
##### 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.
200200
Require to connect `PA0` and` PB10`.
201201

202202
_All possible constructor are listed._

0 commit comments

Comments
 (0)