Przeglądaj źródła

Remove extra declarations in cardreader.cpp (#12520)

Ludy 6 lat temu
rodzic
commit
e98d195901
1 zmienionych plików z 0 dodań i 8 usunięć
  1. 0
    8
      Marlin/src/sd/cardreader.cpp

+ 0
- 8
Marlin/src/sd/cardreader.cpp Wyświetl plik

115
 uint16_t CardReader::nrFiles; //counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.
115
 uint16_t CardReader::nrFiles; //counter for the files in the current directory and recycled as position counter for getting the nrFiles'th name in the directory.
116
 char *CardReader::diveDirName;
116
 char *CardReader::diveDirName;
117
 
117
 
118
-#if ENABLED(AUTO_REPORT_SD_STATUS)
119
-  uint8_t CardReader::auto_report_sd_interval;
120
-  millis_t CardReader::next_sd_report_ms;
121
-  #if NUM_SERIAL > 1
122
-    int8_t CardReader::serialport;
123
-  #endif
124
-#endif
125
-
126
 CardReader::CardReader() {
118
 CardReader::CardReader() {
127
   #if ENABLED(SDCARD_SORT_ALPHA)
119
   #if ENABLED(SDCARD_SORT_ALPHA)
128
     sort_count = 0;
120
     sort_count = 0;

Ładowanie…
Anuluj
Zapisz