Skip to content

Commit

Permalink
0.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
David-OConnor committed Apr 16, 2021
1 parent 63a8266 commit d955b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ pub mod dma;
pub mod flash;
pub mod gpio;

#[cfg(not(feature = "f4"))]
#[cfg(not(any(feature = "f4", feature = "f3x4")))]
pub mod i2c;
#[cfg(feature = "f4")]
pub mod i2c_f4;
Expand Down

0 comments on commit d955b2e

Please sign in to comment.