Bläddra i källkod

temperature: Do not expose check_min/max_temp

Yuri D'Elia 2 år sedan
förälder
incheckning
0933f01a7f
1 ändrade filer med 0 tillägg och 3 borttagningar
  1. 0 3
      Firmware/temperature.h

+ 0 - 3
Firmware/temperature.h

@@ -232,9 +232,6 @@ FORCE_INLINE void autotempShutdown(){
 
 void PID_autotune(float temp, int extruder, int ncycles);
 
-void check_min_temp();
-void check_max_temp();
-
 #ifdef FAN_SOFT_PWM
 extern unsigned char fanSpeedSoftPwm;
 #endif