0
0
Fork 0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2025-03-15 10:46:18 +00:00

String optimize followup

This commit is contained in:
Scott Lahteine 2020-02-26 04:32:30 -06:00
parent 28008aced0
commit b5c2190b38

View file

@ -521,7 +521,7 @@ void CardReader::openFileRead(char * const path, const uint8_t subcall_type/*=0*
openFailed(fname); openFailed(fname);
} }
inline void echo_write_to_file(char * const fname) { inline void echo_write_to_file(const char * const fname) {
SERIAL_ECHOLNPAIR(STR_SD_WRITE_TO_FILE, fname); SERIAL_ECHOLNPAIR(STR_SD_WRITE_TO_FILE, fname);
} }