From 5d142c52c4ed0dae584b808d6469b2004af281f0 Mon Sep 17 00:00:00 2001 From: Benjamin Vedder Date: Sun, 27 Jul 2014 19:45:46 +0200 Subject: [PATCH] Fixed the previous commit --- mcconf/mcconf_outrunner2.h | 1 - 1 file changed, 1 deletion(-) diff --git a/mcconf/mcconf_outrunner2.h b/mcconf/mcconf_outrunner2.h index cb8661ac..8597b14c 100644 --- a/mcconf/mcconf_outrunner2.h +++ b/mcconf/mcconf_outrunner2.h @@ -34,7 +34,6 @@ #define MCPWM_CURRENT_MIN -60.0 // Current limit in Amperes (Lower) #define MCPWM_IN_CURRENT_MAX 60.0 // Input current limit in Amperes (Upper) #define MCPWM_IN_CURRENT_MIN -20.0 // Input current limit in Amperes (Lower) -#define MCPWM_RPM_MAX 10000.0 // The motor speed limit (Upper) // Sensorless settings #define MCPWM_IS_SENSORLESS 1 // Use sensorless commutation