소스 검색

temperature: Do not expose check_min/max_temp

Yuri D'Elia 3 년 전
부모
커밋
0933f01a7f
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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