ソースを参照

Remove private declaration

Yuri D'Elia 2 年 前
コミット
c1051e046c
1 ファイル変更0 行追加4 行削除
  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;
 #endif //IR_SENSOR_ANALOG
 
-#if defined(CONTROLLERFAN_PIN) && CONTROLLERFAN_PIN > -1
-  extern unsigned char soft_pwm_bed;
-#endif
-
 extern bool bedPWMDisabled;
 
 #ifdef PIDTEMP