stm32/i2c: add h7rs support.

This commit is contained in:
Dario Nieuwenhuis 2024-05-01 16:33:34 +02:00
parent 1b582c6830
commit b3ca42f8f9

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;