Browse Source

Remove private declaration

Yuri D'Elia 3 năm trước cách đây
mục cha
commit
c1051e046c
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      Firmware/temperature.h

+ 0 - 4
Firmware/temperature.h

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