Skip to content

Commit

Permalink
remove unused cfg condition value pic32mx4xxfxxxh
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Oct 15, 2024
1 parent f2dde21 commit f31d712
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions pic32-hal/src/clock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use core::marker::PhantomData;
feature = "pic32mx1xxfxxxb",
feature = "pic32mx2xxfxxxb",
feature = "pic32mx2x4fxxxb",
feature = "pic32mx4xxfxxxh",
feature = "pic32mx37x",
feature = "pic32mx47x",
))]
Expand All @@ -23,7 +22,6 @@ use crate::pac::CRU;
#[cfg(any(
feature = "pic32mx1xxfxxxb",
feature = "pic32mx2xxfxxxb",
feature = "pic32mx4xxfxxxh",
feature = "pic32mx37x",
feature = "pic32mx47x",
))]
Expand All @@ -38,7 +36,6 @@ pub struct Osc {
#[cfg(any(
feature = "pic32mx1xxfxxxb",
feature = "pic32mx2xxfxxxb",
feature = "pic32mx4xxfxxxh",
feature = "pic32mx37x",
feature = "pic32mx47x",
))]
Expand Down Expand Up @@ -100,7 +97,6 @@ impl Osc {
#[cfg(any(
feature = "pic32mx1xxfxxxb",
feature = "pic32mx2xxfxxxb",
feature = "pic32mx4xxfxxxh",
feature = "pic32mx37x",
feature = "pic32mx47x",
))]
Expand Down
2 changes: 0 additions & 2 deletions pic32-hal/src/clock/refclock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use core::marker::PhantomData;
#[cfg(any(
feature = "pic32mx1xxfxxxb",
feature = "pic32mx2xxfxxxb",
feature = "pic32mx4xxfxxxh",
feature = "pic32mx37x",
feature = "pic32mx47x",
))]
Expand Down Expand Up @@ -39,7 +38,6 @@ pub struct Refclock {
#[cfg(any(
feature = "pic32mx1xxfxxxb",
feature = "pic32mx2xxfxxxb",
feature = "pic32mx4xxfxxxh",
feature = "pic32mx37x",
feature = "pic32mx47x",
))]
Expand Down

0 comments on commit f31d712

Please sign in to comment.