Remove private declaration

This commit is contained in:
Yuri D'Elia 2022-05-24 17:45:14 +02:00
parent 65cf8e541a
commit c1051e046c
1 changed files with 0 additions and 4 deletions

View File

@ -79,10 +79,6 @@ extern int current_voltage_raw_bed;
extern uint16_t current_voltage_raw_IR;
#endif //IR_SENSOR_ANALOG
#if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
extern unsigned char soft_pwm_bed;
#endif
extern bool bedPWMDisabled;
#ifdef PIDTEMP