Fixed chamber-related compile error (#13552)
This commit is contained in:
parent
a0a5c31c05
commit
2cfa9e9008
@ -572,7 +572,7 @@ class Temperature {
|
||||
#if HAS_HEATED_CHAMBER
|
||||
temp_chamber.target =
|
||||
#ifdef CHAMBER_MAXTEMP
|
||||
min(celsius, CHAMBER_MAXTEMP)
|
||||
MIN(celsius, CHAMBER_MAXTEMP)
|
||||
#else
|
||||
celsius
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user