Skip to content

Commit

Permalink
Merge pull request #469 from quartiq/dependabot/cargo/rtic-2.1.2
Browse files Browse the repository at this point in the history
Bump rtic from 2.1.1 to 2.1.2
  • Loading branch information
ryan-summers authored Dec 9, 2024
2 parents 3ba2257 + 50e6163 commit 413e32d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
30 changes: 14 additions & 16 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/hardware/external_mac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ pub struct TxToken<'a> {
mac: &'a mut Mac,
}

impl<'a> smoltcp::phy::TxToken for TxToken<'a> {
impl smoltcp::phy::TxToken for TxToken<'_> {
fn consume<R, F>(self, len: usize, f: F) -> R
where
F: FnOnce(&mut [u8]) -> R,
Expand Down

0 comments on commit 413e32d

Please sign in to comment.