Commit a71796f
HardwareTimer: remove use of TIMER_OUTPUT_COMPARE
After implementation of:
stm32duino/Arduino_Core_STM32#1247
it is better to use TIMER_DISABLED instead of TIMER_OUTPUT_COMPARE
Even if TIMER_OUTPUT_COMPARE has been kept for compatibility
reason and is still working.
Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>1 parent b4aff56 commit a71796f
File tree
1 file changed
+1
-1
lines changed- examples/NonReg/HardwareTimer/HardwareTimer_OutputInput_test
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments