Skip to content

Commit

Permalink
Add Clone to Pull
Browse files Browse the repository at this point in the history
  • Loading branch information
wackazong authored Jan 13, 2025
1 parent dd4f576 commit ab3f6ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embassy-nrf/src/gpio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub enum Port {
}

/// Pull setting for an input.
#[derive(Debug, Eq, PartialEq)]
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum Pull {
/// No pull.
Expand Down

0 comments on commit ab3f6ff

Please sign in to comment.