Commit 7b41faf
HardwareTimer: Fix STM32F1 specific gpio configuration is case of input
On F1 family, input alternate function must configure GPIO in input mode
(not in alternate function like other STM32 families).
Fixes stm32duino#8121 parent e3b3aba commit 7b41faf
1 file changed
+11
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
655 | | - | |
| 654 | + | |
| 655 | + | |
| 656 | + | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
656 | 665 | | |
657 | 666 | | |
658 | 667 | | |
| |||
0 commit comments