mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
stm32/i2c: add h7rs support.
This commit is contained in:
parent
1b582c6830
commit
b3ca42f8f9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user