From f31d712c77532270e98e8ebba697b75d569f9a84 Mon Sep 17 00:00:00 2001 From: Stephan Date: Tue, 15 Oct 2024 16:54:20 +0200 Subject: [PATCH] remove unused cfg condition value pic32mx4xxfxxxh --- pic32-hal/src/clock.rs | 4 ---- pic32-hal/src/clock/refclock.rs | 2 -- 2 files changed, 6 deletions(-) diff --git a/pic32-hal/src/clock.rs b/pic32-hal/src/clock.rs index 755454f..720392b 100644 --- a/pic32-hal/src/clock.rs +++ b/pic32-hal/src/clock.rs @@ -11,7 +11,6 @@ use core::marker::PhantomData; feature = "pic32mx1xxfxxxb", feature = "pic32mx2xxfxxxb", feature = "pic32mx2x4fxxxb", - feature = "pic32mx4xxfxxxh", feature = "pic32mx37x", feature = "pic32mx47x", ))] @@ -23,7 +22,6 @@ use crate::pac::CRU; #[cfg(any( feature = "pic32mx1xxfxxxb", feature = "pic32mx2xxfxxxb", - feature = "pic32mx4xxfxxxh", feature = "pic32mx37x", feature = "pic32mx47x", ))] @@ -38,7 +36,6 @@ pub struct Osc { #[cfg(any( feature = "pic32mx1xxfxxxb", feature = "pic32mx2xxfxxxb", - feature = "pic32mx4xxfxxxh", feature = "pic32mx37x", feature = "pic32mx47x", ))] @@ -100,7 +97,6 @@ impl Osc { #[cfg(any( feature = "pic32mx1xxfxxxb", feature = "pic32mx2xxfxxxb", - feature = "pic32mx4xxfxxxh", feature = "pic32mx37x", feature = "pic32mx47x", ))] diff --git a/pic32-hal/src/clock/refclock.rs b/pic32-hal/src/clock/refclock.rs index 73e033b..80a97e7 100644 --- a/pic32-hal/src/clock/refclock.rs +++ b/pic32-hal/src/clock/refclock.rs @@ -5,7 +5,6 @@ use core::marker::PhantomData; #[cfg(any( feature = "pic32mx1xxfxxxb", feature = "pic32mx2xxfxxxb", - feature = "pic32mx4xxfxxxh", feature = "pic32mx37x", feature = "pic32mx47x", ))] @@ -39,7 +38,6 @@ pub struct Refclock { #[cfg(any( feature = "pic32mx1xxfxxxb", feature = "pic32mx2xxfxxxb", - feature = "pic32mx4xxfxxxh", feature = "pic32mx37x", feature = "pic32mx47x", ))]