🩹 Fix linker error (transfer_port_index)

This commit is contained in:
Scott Lahteine 2021-10-30 22:43:02 -05:00 committed by Scott Lahteine
parent 692c9a6312
commit 5a0166489e

View File

@ -72,8 +72,8 @@ char CardReader::filename[FILENAME_LENGTH], CardReader::longFilename[LONG_FILENA
IF_DISABLED(NO_SD_AUTOSTART, uint8_t CardReader::autofile_index); // = 0
#if BOTH(HAS_MULTI_SERIAL, BINARY_FILE_TRANSFER)
serial_index_t CardReader::transfer_port_index;
#if ENABLED(BINARY_FILE_TRANSFER)
serial_index_t IF_DISABLED(HAS_MULTI_SERIAL, constexpr) CardReader::transfer_port_index;
#endif
// private: