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 2a93ceb commit ae2fe61
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 @@ -300,7 +300,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 ae2fe61

Please sign in to comment.