Skip to content

Commit

Permalink
Change default linker to bus
Browse files Browse the repository at this point in the history
  • Loading branch information
georgwiese committed Dec 23, 2024
1 parent 2e97866 commit b3eaea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ pub struct LinkerParams {
#[derive(Clone, EnumString, EnumVariantNames, Display, Copy, Default)]
/// Whether to link the machines natively or via a global bus.
pub enum LinkerMode {
#[default]
#[strum(serialize = "native")]
Native,
#[default]
#[strum(serialize = "bus")]
Bus,
}
Expand Down

0 comments on commit b3eaea9

Please sign in to comment.