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…
x
Reference in New Issue
Block a user