Browse Source

temperature: Do not expose check_min/max_temp

Yuri D'Elia 2 năm trước cách đây
mục cha
commit
0933f01a7f
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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