Skip to content

Commit 0e656a7

Browse files
committed
Update changelog
1 parent fa02c5d commit 0e656a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Added
11+
12+
- Implement `InputPin` for `Output<OpenDrain>` pins ([#114](https://github.com/stm32-rs/stm32f3xx-hal/pull/114))
13+
1014
### Fixed
1115

1216
- `PLL` was calculated wrong for devices, which do not divide `HSI` ([#67](https://github.com/stm32-rs/stm32f3xx-hal/pull/67))
@@ -28,7 +32,7 @@ let clocks = rcc
2832
.use_hse(32.mhz())
2933
.sysclk(72.mhz())
3034
```
31-
This is possible through utilizing the divider, which can devide the
35+
This is possible through utilizing the divider, which can divide the
3236
external oscillator clock on most devices. Some devices have even the
3337
possibility to divide the internal oscillator clock.
3438

0 commit comments

Comments
 (0)