Skip to content

Commit 40e271c

Browse files
committed
Add fix to CHANGELOG
1 parent 0a6a628 commit 40e271c

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
@@ -14,7 +14,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414

1515
## Unreleased
1616

17-
No changes.
17+
### Fixed
18+
19+
- ADC Channel SMP Register mismatch. ([#291])
20+
- While `read()`ing a Pin mapped to channel `10` and unexpected panic happened.
1821

1922
## [v0.8.0] - 2021-08-16
2023

@@ -476,6 +479,7 @@ let clocks = rcc
476479
[defmt]: https://github.com/knurling-rs/defmt
477480
[filter]: https://defmt.ferrous-systems.com/filtering.html
478481

482+
[#291]: https://github.com/stm32-rs/stm32f3xx-hal/pull/291
479483
[#278]: https://github.com/stm32-rs/stm32f3xx-hal/pull/278
480484
[#277]: https://github.com/stm32-rs/stm32f3xx-hal/pull/277
481485
[#273]: https://github.com/stm32-rs/stm32f3xx-hal/pull/273

0 commit comments

Comments
 (0)