File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
14
14
### Fixed
15
15
16
16
- Fix wrong frequency reported by ` MonoTimer `
17
+ - Fix wrong timings generated by ` Timer::syst `
17
18
- Fix period retrieval for timers
18
19
19
20
### Changed
@@ -23,7 +24,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
23
24
- Improve ` SPI ` documentation
24
25
- Improve ` RCC ` and ` AFIO ` register documentation
25
26
26
-
27
27
## [ v0.6.0] - 2020-06-06
28
28
29
29
### Breaking changes
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ impl Timer<SYST> {
163
163
syst. set_clock_source ( SystClkSource :: Core ) ;
164
164
Self {
165
165
tim : syst,
166
- clk : clocks. sysclk ( ) ,
166
+ clk : clocks. hclk ( ) ,
167
167
}
168
168
}
169
169
You can’t perform that action at this time.
0 commit comments