Remove extra declarations in cardreader.cpp (#12520)
This commit is contained in:
parent
fd2998efd5
commit
e98d195901
1 changed files with 0 additions and 8 deletions
|
@ -115,14 +115,6 @@ LsAction CardReader::lsAction; //stored for recursion.
|
||||||
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.
|
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.
|
||||||
char *CardReader::diveDirName;
|
char *CardReader::diveDirName;
|
||||||
|
|
||||||
#if ENABLED(AUTO_REPORT_SD_STATUS)
|
|
||||||
uint8_t CardReader::auto_report_sd_interval;
|
|
||||||
millis_t CardReader::next_sd_report_ms;
|
|
||||||
#if NUM_SERIAL > 1
|
|
||||||
int8_t CardReader::serialport;
|
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
CardReader::CardReader() {
|
CardReader::CardReader() {
|
||||||
#if ENABLED(SDCARD_SORT_ALPHA)
|
#if ENABLED(SDCARD_SORT_ALPHA)
|
||||||
sort_count = 0;
|
sort_count = 0;
|
||||||
|
|
Reference in a new issue