Skip to content

Commit 5bc5697

Browse files
committed
fixup! fixup! Utilize LDREX/STREX in GPIO configure functions
1 parent 82108a3 commit 5bc5697

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919
- Update `stm32f3` pac to v0.15.1 ([#335])
2020
- Update `bxcan` pac to v0.7.0 ([#335])
2121
- The MSRV was bumped to 1.59 ([#335])
22-
No changes.
23-
### Breaking Changes
24-
25-
- The MSRV was bumped to 1.64 ([???])
26-
- Signature `Uid` struct LUF is returning a `CStr` now. ([???])
2722
- GPIO configuration functions no longer require registers as arguments ([#213])
2823

2924
### Fixed
@@ -627,6 +622,7 @@ let clocks = rcc
627622
[#220]: https://github.com/stm32-rs/stm32f3xx-hal/pull/220
628623
[#217]: https://github.com/stm32-rs/stm32f3xx-hal/pull/217
629624
[#216]: https://github.com/stm32-rs/stm32f3xx-hal/pull/216
625+
[#213]: https://github.com/stm32-rs/stm32f3xx-hal/pull/213
630626
[#212]: https://github.com/stm32-rs/stm32f3xx-hal/pull/212
631627
[#210]: https://github.com/stm32-rs/stm32f3xx-hal/pull/210
632628
[#208]: https://github.com/stm32-rs/stm32f3xx-hal/pull/208

0 commit comments

Comments
 (0)