Skip to content

Commit

Permalink
Removed useless cfg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostie314159 committed Nov 14, 2024
1 parent 74dba57 commit c346e73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-hal/src/radio_clock_ctrl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::peripherals::RADIO_CLK;
/// Enumeration of the available radio peripherals for this chip.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
#[cfg(any(bt, ieee802154, wifi))]
pub enum RadioPeripherals {
/// Represents the PHY (Physical Layer) peripheral.
Phy,
Expand Down

0 comments on commit c346e73

Please sign in to comment.