Switch string_utils to use rdc types

This commit is contained in:
baldurk
2019-12-16 17:06:15 +00:00
parent ec7a852582
commit 5f33403849
29 changed files with 327 additions and 399 deletions
+2 -2
View File
@@ -404,8 +404,8 @@ void rdclog_direct(time_t utcTime, uint32_t pid, LogType type, const char *proje
char location[64] = {0};
#if ENABLED(INCLUDE_LOCATION_IN_LOG)
std::string loc;
loc = get_basename(std::string(file));
rdcstr loc;
loc = get_basename(file);
StringFormat::snprintf(location, 63, "% 20s(%4d) - ", loc.c_str(), line);
#endif