Skip to content

Commit f933e54

Browse files
Piroro-hsSh3Rm4n
authored andcommitted
Move i2c implementation out of macro
1 parent ca7684f commit f933e54

File tree

2 files changed

+319
-304
lines changed

2 files changed

+319
-304
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5151
purposes and if a new useful feature arises, we will increase the MSRV.
5252
([#170](https://github.com/stm32-rs/stm32f3xx-hal/pull/170))
5353
- Removed I2C2 support for `stm32f303x6`, `stm32f303x8` and `stm32f328` targets. ([#164](https://github.com/stm32-rs/stm32f3xx-hal/pull/164))
54+
- `I2c::i2c1` and `I2c::i2c2` functions are renamed to `I2c::new`. ([#164](https://github.com/stm32-rs/stm32f3xx-hal/pull/164))
5455

5556
## [v0.5.0] - 2020-07-21
5657

0 commit comments

Comments
 (0)