Merge pull request from embassy-rs/h7rs

stm32/i2c: add h7rs support.
This commit is contained in:
Dario Nieuwenhuis 2024-05-01 14:46:48 +00:00 committed by GitHub
commit 7e7d818b87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
#![macro_use]
#[cfg_attr(i2c_v1, path = "v1.rs")]
#[cfg_attr(i2c_v2, path = "v2.rs")]
#[cfg_attr(any(i2c_v2, i2c_v3), path = "v2.rs")]
mod _version;
use core::future::Future;