🎨 Additional utility macros

This commit is contained in:
Scott Lahteine
2021-05-11 04:01:21 -05:00
committed by Scott Lahteine
parent 52a23b969b
commit 5afb5e03b0
4 changed files with 43 additions and 4 deletions

View File

@ -313,7 +313,7 @@ const char str_t_thermal_runaway[] PROGMEM = STR_T_THERMAL_RUNAWAY,
#endif
#if ENABLED(ADAPTIVE_FAN_SLOWING)
uint8_t Temperature::fan_speed_scaler[FAN_COUNT] = ARRAY_N(FAN_COUNT, 128, 128, 128, 128, 128, 128, 128, 128);
uint8_t Temperature::fan_speed_scaler[FAN_COUNT] = ARRAY_N_1(FAN_COUNT, 128);
#endif
/**