planner.cpp: remove tab

planner.cpp: single evil and hidden tab removed ♻️ 😏
This commit is contained in:
CONSULitAS 2015-05-19 08:09:38 +02:00 committed by Richard Wackerbarth
parent 3a5963c0e7
commit 788eb6e647

View File

@ -441,7 +441,7 @@ void check_axes_activity() {
fan_kick_end = 0;
}
#endif //FAN_KICKSTART_TIME
#ifdef FAN_MIN_PWM
#ifdef FAN_MIN_PWM
#define CALC_FAN_SPEED (tail_fan_speed ? ( FAN_MIN_PWM + (tail_fan_speed * (255 - FAN_MIN_PWM)) / 255 ) : 0)
#else
#define CALC_FAN_SPEED tail_fan_speed