Change cli naming for proshot

This commit is contained in:
borisbstyle 2017-06-20 11:18:58 +02:00
parent 7b762e640c
commit 1a082d5c7e
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ static const char * const lookupTableSuperExpoYaw[] = {
static const char * const lookupTablePwmProtocol[] = {
"OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED",
#ifdef USE_DSHOT
"DSHOT150", "DSHOT300", "DSHOT600", "DSHOT1200", "PWM_TYPE_PROSHOT1000"
"DSHOT150", "DSHOT300", "DSHOT600", "DSHOT1200", "PROSHOT1000"
#endif
};