mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
FIX: https://github.com/betaflight/betaflight/issues/14265
This commit is contained in:
parent
a779ffaff7
commit
84c11a5009
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ bool checkMotorProtocolEnabled(const motorDevConfig_t *motorDevConfig, bool *isP
|
|||
motorProtocolFamily_e motorGetProtocolFamily(void)
|
||||
{
|
||||
switch (motorConfig()->dev.motorProtocol) {
|
||||
#ifdef USE_PWMOUTPUT
|
||||
#ifdef USE_PWM_OUTPUT
|
||||
case MOTOR_PROTOCOL_PWM :
|
||||
case MOTOR_PROTOCOL_ONESHOT125:
|
||||
case MOTOR_PROTOCOL_ONESHOT42:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue