Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Sep 2, 2024
1 parent 07d5428 commit d4b6dd2
Show file tree
Hide file tree
Showing 5 changed files with 549 additions and 509 deletions.
2 changes: 1 addition & 1 deletion generator/src/generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub struct TransferCis2Args {

#[derive(Debug, Args)]
pub struct RegisterDataArgs {
/// Size of the data to register in bytes. Max 256.
/// Size of the data to register in bytes. Max 256.
#[arg(long, default_value = "32")]
size: u16,
}
Expand Down
Loading

0 comments on commit d4b6dd2

Please sign in to comment.