Skip to content

Commit 67d69de

Browse files
committed
fixup! fixup! fixup! fixup! Utilize LDREX/STREX in GPIO configure functions
1 parent 380f622 commit 67d69de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222
- Deprecate `Toggle` enum and use `Switch` instead for better naming purposes
2323
([#334])
2424
- Add `impl From<Toggle> for Switch` to reduce churn.
25-
No changes.
25+
2626
### Breaking Changes
2727

2828
- The MSRV was bumped to 1.64 ([???])

examples/dac_sine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() -> ! {
1919
// let clocks = rcc.cfgr.freeze(&mut dp.FLASH.constrain().acr);
2020

2121
// Set up pin PA4 as analog pin.
22-
let mut gpioa = dp.GPIOA.split(&mut rcc.ahb);
22+
let gpioa = dp.GPIOA.split(&mut rcc.ahb);
2323
let _dac1_out1 = gpioa.pa4.into_analog();
2424

2525
// set up led for blinking loop

0 commit comments

Comments
 (0)