Skip to content

Commit

Permalink
moving comment to prevent error
Browse files Browse the repository at this point in the history
  • Loading branch information
Harishguna Satgunarajah committed Sep 21, 2023
1 parent 0f0c47c commit b64d97a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/ethernet/packet_id.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
//! This implementation is derived from 0BSD-relicensed work done by
//! Johannes Draaijer <[email protected]> for the
//! [`stm32-eth`](https://github.com/stm32-rs/stm32-eth) project
/// A packet ID.
///
/// This packet ID can be used to obtain information about a specific
/// ethernet frame (either sent or received) from the DMA.
///
//! This implementation is derived from 0BSD-relicensed work done by
//! Johannes Draaijer <[email protected]> for the
//! [`stm32-eth`](https://github.com/stm32-rs/stm32-eth) project
#[cfg_attr(
feature = "ptp",
Expand Down

0 comments on commit b64d97a

Please sign in to comment.