Skip to content

Commit

Permalink
fix(embassy): Fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 29, 2024
1 parent faf2af7 commit 516a846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riot-rs-embassy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async fn init_task(mut peripherals: arch::OptionalPeripherals) {
let (stack, runner) = embassy_net::new(
device,
config,
RESOURCES.init_with(|| StackResources::new()),
RESOURCES.init_with(StackResources::new),
seed,
);

Expand Down

0 comments on commit 516a846

Please sign in to comment.