Commit 53bbd79
examples: blink-timer-irq: fix clock panic
The example sets the frequency of the pclk1 to an out-of-bounds
frequency which causes the example to panic in all instancies.
Set to a frequency that is in-range.
Tested on: STM32F746G-DISCO1 parent f11d4a4 commit 53bbd79
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments