From 837008694989bb8ff2a81af7fab482b2da4ad5bf Mon Sep 17 00:00:00 2001 From: ROMemories Date: Wed, 21 Feb 2024 15:31:49 +0100 Subject: [PATCH] fixup! feat(config): add a `config` attribute macro --- src/riot-rs-macros/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/riot-rs-macros/src/config.rs b/src/riot-rs-macros/src/config.rs index 9b67b0ccc..72b0d6f81 100644 --- a/src/riot-rs-macros/src/config.rs +++ b/src/riot-rs-macros/src/config.rs @@ -1,4 +1,4 @@ -/// Register the function this attribute macro is applied on to provide the configuration for the +/// Registers the function this attribute macro is applied on to provide the configuration for the /// associated driver during initial system configuration. /// /// The name of the function does not matter as it will be renamed by the macro.