Skip to content

Commit

Permalink
Remove these unnecessary things here
Browse files Browse the repository at this point in the history
  • Loading branch information
datdenkikniet committed Feb 4, 2023
1 parent accc603 commit 3b4d04e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/dma/tx/f_series_desc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,3 @@ impl TxDescriptor {
self.cached_timestamp.as_ref()
}
}

impl TxDescriptor {
/// The initial value for a TxDescriptor
pub const TX_INIT: Self = Self::new();

pub(crate) fn prepare_packet(&mut self) -> bool {
!self.is_owned()
}
}

0 comments on commit 3b4d04e

Please sign in to comment.