stm32duino / STM32Ethernet

Arduino library to support Ethernet for STM32 based board
151 stars 42 forks source link

HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode #48

Closed ABOSTM closed 3 years ago

ABOSTM commented 3 years ago

HardwareTimer: remove usage of TIMER_OUTPUT_COMPARE mode

With introduction of PR https://github.com/stm32duino/Arduino_Core_STM32/pull/1247 Usage of TIMER_OUTPUT_COMPARE becomes obsolete. Note: removing setMode(1, TIMER_OUTPUT_COMPARE) also works before PR #1247.