Commit 7ec9c16
committed
src/timer.rs: disable creation of TIM4 for stm32l4+ because of PAC error.
In the current release of the stm32l4 PAC,
the `cnt` register of TIM3 and tim4 have an incorrect width.
This was fixed in stm32-rs#669, once this is included in the next
release, we will be able to start using TIM3 and TIM4.1 parent dad6166 commit 7ec9c16
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
| 320 | + | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
0 commit comments