Add support for rtc_v3h7rs

This commit is contained in:
Adam Morgan 2025-05-19 16:02:20 -06:00 committed by Dario Nieuwenhuis
parent 7cbc9058bc
commit 0bbde1f659

View File

@ -25,7 +25,7 @@ use crate::time::Hertz;
), ),
path = "v2.rs" path = "v2.rs"
)] )]
#[cfg_attr(any(rtc_v3, rtc_v3u5, rtc_v3l5), path = "v3.rs")] #[cfg_attr(any(rtc_v3, rtc_v3u5, rtc_v3l5, rtc_v3h7rs), path = "v3.rs")]
mod _version; mod _version;
#[allow(unused_imports)] #[allow(unused_imports)]
pub use _version::*; pub use _version::*;