From b294ada0f1b274a1dc1272e49f15f91d09efd7c1 Mon Sep 17 00:00:00 2001 From: borisbstyle Date: Wed, 11 Jan 2017 01:33:14 +0100 Subject: [PATCH] Allow 32k for dshot600 --- src/main/fc/config.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/fc/config.c b/src/main/fc/config.c index 15c791c17..fdfc7686a 100755 --- a/src/main/fc/config.c +++ b/src/main/fc/config.c @@ -1090,9 +1090,6 @@ void validateAndFixGyroConfig(void) case (PWM_TYPE_DSHOT300): motorUpdateRestriction = 0.0001f; break; - case (PWM_TYPE_DSHOT600): - motorUpdateRestriction = 0.0000625f; - break; default: motorUpdateRestriction = 0.00003125f; } -- 2.11.4.GIT