mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 04:45:24 +03:00
Changed name of #define
This commit is contained in:
parent
5c1c64fc41
commit
e85da1ecfb
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ void init(void)
|
|||
|
||||
dmaInit();
|
||||
|
||||
#ifdef AVOID_UART2_PWM_PPM
|
||||
#ifdef AVOID_UART2_FOR_PWM_PPM
|
||||
serialInit(&masterConfig.serialConfig, feature(FEATURE_SOFTSERIAL),
|
||||
feature(FEATURE_RX_PPM) || feature(FEATURE_RX_PARALLEL_PWM) ? SERIAL_PORT_USART2 : SERIAL_PORT_NONE);
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue