Pārlūkot izejas kodu

Remove bogus comment (BED_MINTEMP *is* implemented)

Yuri D'Elia 4 gadi atpakaļ
vecāks
revīzija
87bc5a78b6
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      Firmware/temperature.cpp

+ 0 - 2
Firmware/temperature.cpp

@@ -1165,7 +1165,6 @@ void tp_init()
 #endif //MAXTEMP 2
 #endif //MAXTEMP 2
 
 
 #ifdef BED_MINTEMP
 #ifdef BED_MINTEMP
-  /* No bed MINTEMP error implemented?!? */
   while(analog2tempBed(bed_minttemp_raw) < BED_MINTEMP) {
   while(analog2tempBed(bed_minttemp_raw) < BED_MINTEMP) {
 #if HEATER_BED_RAW_LO_TEMP < HEATER_BED_RAW_HI_TEMP
 #if HEATER_BED_RAW_LO_TEMP < HEATER_BED_RAW_HI_TEMP
     bed_minttemp_raw += OVERSAMPLENR;
     bed_minttemp_raw += OVERSAMPLENR;
@@ -1173,7 +1172,6 @@ void tp_init()
     bed_minttemp_raw -= OVERSAMPLENR;
     bed_minttemp_raw -= OVERSAMPLENR;
 #endif
 #endif
   }
   }
-  
 #endif //BED_MINTEMP
 #endif //BED_MINTEMP
 #ifdef BED_MAXTEMP
 #ifdef BED_MAXTEMP
   while(analog2tempBed(bed_maxttemp_raw) > BED_MAXTEMP) {
   while(analog2tempBed(bed_maxttemp_raw) > BED_MAXTEMP) {