From 016c421cb8df324aaa0c793553c61b9122b4b8be Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 18 Feb 2025 19:10:05 +0100 Subject: [PATCH] small docs fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2d8d2..32ff554 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This workspace contains the following crates: PAC crate containing basic low-level register definition - The [`va416xx-hal`](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/va416xx-hal) HAL crate containing higher-level abstractions on top of the PAC register crate. -- The [`va416xx-embassy`](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/va108xx-embassy) +- The [`va416xx-embassy`](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/va416xx-embassy) crate containing support for running the embassy-rs RTOS. - The [`vorago-peb1`](https://egit.irs.uni-stuttgart.de/rust/va416xx-rs/src/branch/main/vorago-peb1) BSP crate containing support for the PEB1 development board.