arduino_stm32: correct channel for pwm

This commit is contained in:
Nico Tonnhofer 2017-04-03 23:01:07 +02:00
parent 635d40a42a
commit a1cca9bdad
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@
#define PB_5_PORT GPIOB
#define PB_5_AF 2
#define PB_5_TIMER TIM3
#define PB_5_CHANNEL 1
#define PB_5_CHANNEL 2
#define PB_5_INVERT 0
#define PB_6_PIN 6