mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
Fix CheBuzzF3 target, broken in c0aec95e14
This commit is contained in:
parent
e0af5f41ef
commit
5bf687a150
1 changed files with 1 additions and 1 deletions
|
@ -375,7 +375,7 @@ pwmOutputConfiguration_t *pwmInit(drv_pwm_config_t *init)
|
|||
continue;
|
||||
#endif
|
||||
|
||||
#ifdef STM32F303xC
|
||||
#if defined(STM32F303xC) && defined(USE_USART3)
|
||||
// skip UART3 ports (PB10/PB11)
|
||||
if (init->useUART3 && timerHardwarePtr->gpio == UART3_GPIO && (timerHardwarePtr->pin == UART3_TX_PIN || timerHardwarePtr->pin == UART3_RX_PIN))
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue