Skip to content
Snippets Groups Projects
Commit b5c2190b authored by Scott Lahteine's avatar Scott Lahteine
Browse files

String optimize followup

parent 28008ace
No related merge requests found
......@@ -521,7 +521,7 @@ void CardReader::openFileRead(char * const path, const uint8_t subcall_type/*=0*
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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment