Karl Palsson af3389652c stm32: timers: Fix edge polarity setup
The CCxP/CCxNP bits are actually separated by a reserved bit, so the
correct mask is 0xa, (0b1010) not 0x6 (0b0110)

Reported by PyroDevil on the mailinglist
2014-07-15 13:28:02 +00:00
..
2013-06-12 19:11:22 -07:00
2013-06-12 19:11:22 -07:00
2014-06-26 00:05:46 +02:00