Skip to content

Commit 3471d21

Browse files
authored
fix embedded-io-async link in readme
1 parent 03578fe commit 3471d21

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)