revert short PWM ramp interval

This commit is contained in:
Mark Whitehorn
2016-01-04 10:54:38 -07:00
parent 1b860f0b31
commit f18afc47cb
+1 -1
View File
@@ -55,7 +55,7 @@ __BEGIN_DECLS
/*
* time to slowly ramp up the ESCs
*/
#define RAMP_TIME_US 250000
#define RAMP_TIME_US 2500000
enum pwm_limit_state {
PWM_LIMIT_STATE_OFF = 0,