Skip to content

Commit 84dfc74

Browse files
authored
Merge pull request #532 from apatrushev/patch-1
fix embedded-io-async link in readme
2 parents 03578fe + 3471d21 commit 84dfc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-hal-async/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
1212

1313
## Serial/UART traits
1414

15-
There is no serial traits in `embedded-hal-async`. Instead, use [`embedded-io-async`](https://crates.io/crates/embedded-io).
15+
There is no serial traits in `embedded-hal-async`. Instead, use [`embedded-io-async`](https://crates.io/crates/embedded-io-async).
1616
A serial port is essentially a byte-oriented stream, and that's what `embedded-io-async` models. Sharing the traits
1717
with all byte streams has some advantages. For example, it allows generic code providing a command-line interface
1818
or a console to operate either on hardware serial ports or on virtual ones like Telnet or USB CDC-ACM.

0 commit comments

Comments
 (0)