parent
15aa932aa6
commit
02fec89a0d
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class Temperature {
|
||||||
|
|
||||||
static inline void zero_fan_speeds() {
|
static inline void zero_fan_speeds() {
|
||||||
#if FAN_COUNT > 0
|
#if FAN_COUNT > 0
|
||||||
FANS_LOOP(i) fan_speed[i] = 0;
|
FANS_LOOP(i) set_fan_speed(i, 0);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue