diff --git a/Marlin/temperature.cpp b/Marlin/temperature.cpp
index c0e427a65574b4f5cf82014303279e5ab129e4b5..ddd9ae3b9481bc4ee1b19c9b27a83a55f87cbea0 100644
--- a/Marlin/temperature.cpp
+++ b/Marlin/temperature.cpp
@@ -1556,7 +1556,7 @@ ISR(TIMER0_COMPB_vect) {
       #else
         #define GE2 >=
       #endif
-      if (current_temperature_raw[2] GE2 (maxttemp_raw[2]) max_temp_error(2);
+      if (current_temperature_raw[2] GE2 maxttemp_raw[2]) max_temp_error(2);
       if (minttemp_raw[2] GE2 current_temperature_raw[2]) min_temp_error(2);
     #endif // TEMP_SENSOR_2