From a0c38b207378a64d89f8a36ab2549ff1e1748796 Mon Sep 17 00:00:00 2001 From: chrysn Date: Fri, 12 Apr 2024 10:55:23 +0200 Subject: [PATCH] fixup! git-absorb Co-authored-by: ROMemories <152802150+ROMemories@users.noreply.github.com> --- src/riot-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riot-rs/Cargo.toml b/src/riot-rs/Cargo.toml index f2c0bce7f..976309521 100644 --- a/src/riot-rs/Cargo.toml +++ b/src/riot-rs/Cargo.toml @@ -44,7 +44,7 @@ threading = [ ## Enables support for timeouts in the internal executor---required to use ## `embassy_time::Timer`. time = ["riot-rs-embassy/time"] -## Enables seeding the random number generator from hardware +## Enables seeding the random number generator from hardware. hwrng = ["riot-rs-embassy/hwrng"] #! ## Wired communication