From 2f583366d7781890a0b8bc5b9cff0061d1da82df Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Fri, 25 Apr 2025 12:02:52 -0700 Subject: [PATCH] README.md: fix default features --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b803048..d959be6 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ for version 0.x is enabled. To enable support for version 1.x, use the `eh1` fe There are currently the following cargo features: -- `eh0`: Provide module `eh0` that mocks embedded-hal version 0.x (enabled by default) +- `eh0`: Provide module `eh0` that mocks embedded-hal version 0.x - `eh1`: Provide module `eh1` that mocks embedded-hal version 1.x (enabled by default) - `embedded-time`: Enable the `eh0::timer` module (enabled by default) - `embedded-hal-async`: Provide mocks for embedded-hal-async in `eh1`