Skip to content

Commit

Permalink
default name should be gpiosim, not gpiocdev
Browse files Browse the repository at this point in the history
  • Loading branch information
warthog618 committed Apr 8, 2024
1 parent 739f6bd commit 131ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ fn app_name() -> String {
}
}
}
"gpiocdev".into()
"gpiosim".into()
}

fn default_name() -> String {
Expand Down

0 comments on commit 131ae86

Please sign in to comment.