File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
10
10
### Fixed
11
11
12
12
- Wrong default modes for debug GPIO pins
13
+ - Wrong calculation of HCLK prescaler, if using a prescaler value equal or
14
+ higher than 64 ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
13
15
14
16
## [ v0.4.2] - 2020-03-21
15
17
16
18
### Fixed
17
19
18
20
- Wrong frequency reported by ` MonoTimer ` ([ #56 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/56 ) )
19
21
- Use automatic mode with I2C autoend on ` Read ` ([ #72 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/72 ) )
20
- - Wrong calculation of HCLK prescaler, if using a prescaler value equal or
21
- higher than 64 ([ #42 ] ( https://github.com/stm32-rs/stm32f3xx-hal/pull/42 ) )
22
22
23
23
### Changed
24
24
You can’t perform that action at this time.
0 commit comments