We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 380f622 commit 67d69deCopy full SHA for 67d69de
CHANGELOG.md
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
22
- Deprecate `Toggle` enum and use `Switch` instead for better naming purposes
23
([#334])
24
- Add `impl From<Toggle> for Switch` to reduce churn.
25
-No changes.
+
26
### Breaking Changes
27
28
- The MSRV was bumped to 1.64 ([???])
examples/dac_sine.rs
@@ -19,7 +19,7 @@ fn main() -> ! {
19
// let clocks = rcc.cfgr.freeze(&mut dp.FLASH.constrain().acr);
20
21
// Set up pin PA4 as analog pin.
- let mut gpioa = dp.GPIOA.split(&mut rcc.ahb);
+ let gpioa = dp.GPIOA.split(&mut rcc.ahb);
let _dac1_out1 = gpioa.pa4.into_analog();
// set up led for blinking loop
0 commit comments