1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 13:25:30 +03:00

Seperate ONESHOT125 feature from fast_pwm_protocol

This commit is contained in:
borisbstyle 2016-05-24 23:10:09 +02:00
parent 80e047e651
commit f1d422c322
8 changed files with 18 additions and 13 deletions

View file

@ -443,7 +443,7 @@ static const char * const lookupTableSuperExpoYaw[] = {
};
static const char * const lookupTableFastPwm[] = {
"ONESHOT125", "ONESHOT42", "MULTISHOT"
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT"
};
typedef struct lookupTableEntry_s {