From a01a48337d052b4d7c7280b466c4da1c6abc242f Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Mon, 19 Jun 2017 08:03:48 +0200 Subject: [PATCH] Add proshot to cli --- src/main/fc/settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/fc/settings.c b/src/main/fc/settings.c index a8bfe6772..47c39339a 100644 --- a/src/main/fc/settings.c +++ b/src/main/fc/settings.c @@ -226,7 +226,7 @@ static const char * const lookupTableSuperExpoYaw[] = { static const char * const lookupTablePwmProtocol[] = { "OFF", "ONESHOT125", "ONESHOT42", "MULTISHOT", "BRUSHED", #ifdef USE_DSHOT - "DSHOT150", "DSHOT300", "DSHOT600", "DSHOT1200" + "DSHOT150", "DSHOT300", "DSHOT600", "DSHOT1200", "PWM_TYPE_PROSHOT1000" #endif };