From 9f4a3a67aae769082f64bbf763cb3a98170e26d8 Mon Sep 17 00:00:00 2001 From: James Munns Date: Thu, 14 Oct 2021 17:43:36 +0200 Subject: [PATCH] Properly attribute `embedded-hal-compat`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f800dfe..06934b6 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ In 2018 the Rust community created an embedded working group to help drive adopt - [flip-link](https://github.com/knurling-rs/flip-link), a linker wrapper that provides stack overflow protection without an MMU by flipping the standard memory layout of ARM Cortex-M programs - [app-template](https://github.com/knurling-rs/app-template), a `cargo-generate` powered project template for quickly setting up new projects using the Knurling Tools. - [defmt-test](https://github.com/knurling-rs/defmt-test), an embedded test harness that lets you write and run unit tests as if you were using the built-in `#[test]` attribute, but will run on an embedded target - - [embedded-hal-compat](https://github.com/ryankurte/embedded-hal-compat), a compatibility layer to provide interoperability between `v0.2.x` and `v1.x.x` hal implementations and drivers +- [embedded-hal-compat](https://github.com/ryankurte/embedded-hal-compat), a compatibility layer to provide interoperability between `v0.2.x` and `v1.x.x` hal implementations and drivers [embedded-hal-mock]: https://crates.io/crates/embedded-hal-mock