Merge remote-tracking branch 'origin/main' into adding_eeprom

This commit is contained in:
okhsunrog
2025-05-21 17:10:49 +03:00
24 changed files with 196 additions and 545 deletions

View File

@@ -25,7 +25,7 @@ use crate::time::Hertz;
),
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;
#[allow(unused_imports)]
pub use _version::*;