Skip to content

Commit

Permalink
fixup! feat(config): add a config attribute macro
Browse files Browse the repository at this point in the history
  • Loading branch information
ROMemories committed Feb 21, 2024
1 parent 04f864d commit 8370086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-macros/src/config.rs
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8370086

Please sign in to comment.