Merge branch 'fix/pwm_channel_board_cfg' into 'develop'
error correction of wrong pwm channel usage in board cfg See merge request !10
This commit is contained in:
commit
91353397c0
@ -160,7 +160,7 @@ const struct driver pwm_2 = {
|
|||||||
&pwm_ch2,
|
&pwm_ch2,
|
||||||
};
|
};
|
||||||
|
|
||||||
// PWM Channel 2
|
// PWM Channel 1
|
||||||
static const GPIO_InitTypeDef port_cfg_D12 = {
|
static const GPIO_InitTypeDef port_cfg_D12 = {
|
||||||
.GPIO_Pin = GPIO_Pin_12,
|
.GPIO_Pin = GPIO_Pin_12,
|
||||||
.GPIO_Mode = GPIO_Mode_AF,
|
.GPIO_Mode = GPIO_Mode_AF,
|
||||||
@ -190,7 +190,7 @@ static const struct driver pwm_1 = {
|
|||||||
const struct driver pwm_1 = {
|
const struct driver pwm_1 = {
|
||||||
#endif
|
#endif
|
||||||
DRIVER_TYPE_PWM,
|
DRIVER_TYPE_PWM,
|
||||||
&pwm_ch3,
|
&pwm_ch1,
|
||||||
};
|
};
|
||||||
|
|
||||||
// UART 1
|
// UART 1
|
||||||
|
Loading…
Reference in New Issue
Block a user