card.transfer_port => transfer_port_index

This commit is contained in:
Scott Lahteine
2019-02-27 20:14:17 -06:00
parent 4ab433d391
commit 2c10222e87
4 changed files with 10 additions and 10 deletions

View File

@ -52,7 +52,7 @@ char CardReader::filename[FILENAME_LENGTH], CardReader::longFilename[LONG_FILENA
int8_t CardReader::autostart_index;
#if ENABLED(BINARY_FILE_TRANSFER) && NUM_SERIAL > 1
int8_t CardReader::transfer_port;
int8_t CardReader::transfer_port_index;
#endif
// private: