temperature: Do not expose check_min/max_temp

This commit is contained in:
Yuri D'Elia 2022-05-24 12:01:13 +02:00
parent 9e826afee9
commit 0933f01a7f

View File

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