stm32/i2c: add h7rs support.
This commit is contained in:
parent
1b582c6830
commit
b3ca42f8f9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue