Skip to content

Commit

Permalink
make csma config non_exhaustive
Browse files Browse the repository at this point in the history
  • Loading branch information
SamClercky committed Apr 24, 2024
1 parent c5dcb71 commit 0d8b39a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dot15d4/src/csma/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ enum TransmissionTaskError<D: core::fmt::Debug> {

#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[derive(Debug, PartialEq, Clone, Copy)]
#[non_exhaustive]
pub struct CsmaConfig {
/// All to be transmitted frames will get the ack_request flag set if they
/// are unicast and a data frame
Expand Down

0 comments on commit 0d8b39a

Please sign in to comment.